@azure/arm-appcontainers 2.0.0-alpha.20230725.1 → 2.0.0-alpha.20230821.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +329 -506
- package/README.md +1 -1
- package/dist/index.js +2559 -2012
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/availableWorkloadProfilesGetSample.js +1 -1
- package/dist-esm/samples-dev/billingMetersGetSample.js +1 -1
- package/dist-esm/samples-dev/certificatesCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/certificatesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/certificatesGetSample.js +1 -1
- package/dist-esm/samples-dev/certificatesListSample.js +1 -1
- package/dist-esm/samples-dev/certificatesUpdateSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesGetSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesListSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesUpdateSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCheckNameAvailabilitySample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsGetSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSecretsSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsGetSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsListBySubscriptionSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesGetSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesListSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsAuthConfigsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsAuthConfigsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsAuthConfigsGetSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsAuthConfigsListByContainerAppSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsCreateOrUpdateSample.js +12 -5
- package/dist-esm/samples-dev/containerAppsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/containerAppsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetDetectorSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetRevisionSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetRootSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsListDetectorsSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsListRevisionsSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsGetAuthTokenSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsGetSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsListBySubscriptionSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsListCustomHostNameAnalysisSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsListSecretsSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsRevisionReplicasGetReplicaSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsRevisionReplicasListReplicasSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsRevisionsActivateRevisionSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsRevisionsDeactivateRevisionSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsRevisionsGetRevisionSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsRevisionsListRevisionsSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsRevisionsRestartRevisionSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsSourceControlsCreateOrUpdateSample.js +5 -3
- package/dist-esm/samples-dev/containerAppsSourceControlsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/containerAppsSourceControlsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsSourceControlsGetSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsSourceControlsListByContainerAppSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsStartSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerAppsStartSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerAppsStartSample.js +39 -0
- package/dist-esm/samples-dev/containerAppsStartSample.js.map +1 -0
- package/dist-esm/samples-dev/containerAppsStopSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerAppsStopSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerAppsStopSample.js +39 -0
- package/dist-esm/samples-dev/containerAppsStopSample.js.map +1 -0
- package/dist-esm/samples-dev/containerAppsUpdateSample.js +10 -3
- package/dist-esm/samples-dev/containerAppsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/daprComponentsCreateOrUpdateSample.js +2 -2
- package/dist-esm/samples-dev/daprComponentsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/daprComponentsGetSample.js +2 -2
- package/dist-esm/samples-dev/daprComponentsListSample.js +1 -1
- package/dist-esm/samples-dev/daprComponentsListSecretsSample.js +1 -1
- package/dist-esm/samples-dev/jobExecutionSample.d.ts +2 -0
- package/dist-esm/samples-dev/jobExecutionSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/jobExecutionSample.js +40 -0
- package/dist-esm/samples-dev/jobExecutionSample.js.map +1 -0
- package/dist-esm/samples-dev/jobsCreateOrUpdateSample.js +62 -1
- package/dist-esm/samples-dev/jobsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/jobsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/jobsExecutionsListSample.js +1 -1
- package/dist-esm/samples-dev/jobsGetSample.js +1 -1
- package/dist-esm/samples-dev/jobsListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/jobsListBySubscriptionSample.js +1 -1
- package/dist-esm/samples-dev/jobsListSecretsSample.js +1 -1
- package/dist-esm/samples-dev/jobsStartSample.js +3 -2
- package/dist-esm/samples-dev/jobsStartSample.js.map +1 -1
- package/dist-esm/samples-dev/jobsStopExecutionSample.js +1 -1
- package/dist-esm/samples-dev/jobsStopMultipleExecutionsSample.js +2 -9
- package/dist-esm/samples-dev/jobsStopMultipleExecutionsSample.js.map +1 -1
- package/dist-esm/samples-dev/jobsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/managedCertificatesCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/managedCertificatesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/managedCertificatesGetSample.js +1 -1
- package/dist-esm/samples-dev/managedCertificatesListSample.js +1 -1
- package/dist-esm/samples-dev/managedCertificatesUpdateSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentDiagnosticsGetDetectorSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentDiagnosticsListDetectorsSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsCreateOrUpdateSample.js +3 -2
- package/dist-esm/samples-dev/managedEnvironmentsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsDiagnosticsGetRootSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsGetAuthTokenSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsGetSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsListBySubscriptionSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsListWorkloadProfileStatesSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsStoragesCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsStoragesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsStoragesGetSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsStoragesListSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/namespacesCheckNameAvailabilitySample.js +2 -2
- package/dist-esm/samples-dev/operationsListSample.js +1 -1
- package/dist-esm/src/containerAppsAPIClient.d.ts +12 -4
- package/dist-esm/src/containerAppsAPIClient.d.ts.map +1 -1
- package/dist-esm/src/containerAppsAPIClient.js +41 -5
- package/dist-esm/src/containerAppsAPIClient.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +578 -378
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +78 -42
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +24 -15
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +937 -634
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +6 -7
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +43 -44
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/containerApps.d.ts +29 -1
- package/dist-esm/src/operations/containerApps.d.ts.map +1 -1
- package/dist-esm/src/operations/containerApps.js +172 -0
- package/dist-esm/src/operations/containerApps.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +2 -2
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +2 -2
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/jobs.d.ts +19 -23
- package/dist-esm/src/operations/jobs.d.ts.map +1 -1
- package/dist-esm/src/operations/jobs.js +26 -32
- package/dist-esm/src/operations/jobs.js.map +1 -1
- package/dist-esm/src/operations/jobsExecutions.d.ts +3 -3
- package/dist-esm/src/operations/jobsExecutions.js +3 -3
- package/dist-esm/src/operationsInterfaces/containerApps.d.ts +29 -1
- package/dist-esm/src/operationsInterfaces/containerApps.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +2 -2
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +2 -2
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/jobs.d.ts +19 -23
- package/dist-esm/src/operationsInterfaces/jobs.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/jobsExecutions.d.ts +1 -1
- package/package.json +2 -2
- package/review/arm-appcontainers.api.md +140 -5
- package/src/containerAppsAPIClient.ts +62 -11
- package/src/models/index.ts +643 -420
- package/src/models/mappers.ts +947 -630
- package/src/models/parameters.ts +47 -50
- package/src/operations/containerApps.ts +248 -0
- package/src/operations/index.ts +2 -2
- package/src/operations/jobs.ts +21 -39
- package/src/operations/jobsExecutions.ts +3 -3
- package/src/operationsInterfaces/containerApps.ts +59 -1
- package/src/operationsInterfaces/index.ts +2 -2
- package/src/operationsInterfaces/jobs.ts +14 -24
- package/src/operationsInterfaces/jobsExecutions.ts +1 -1
- package/types/arm-appcontainers.d.ts +288 -35
- package/types/tsdoc-metadata.json +1 -1
|
@@ -1994,6 +1994,13 @@ export const Configuration = {
|
|
|
1994
1994
|
type: {
|
|
1995
1995
|
name: "Number"
|
|
1996
1996
|
}
|
|
1997
|
+
},
|
|
1998
|
+
service: {
|
|
1999
|
+
serializedName: "service",
|
|
2000
|
+
type: {
|
|
2001
|
+
name: "Composite",
|
|
2002
|
+
className: "Service"
|
|
2003
|
+
}
|
|
1997
2004
|
}
|
|
1998
2005
|
}
|
|
1999
2006
|
}
|
|
@@ -2366,6 +2373,21 @@ export const Dapr = {
|
|
|
2366
2373
|
}
|
|
2367
2374
|
}
|
|
2368
2375
|
};
|
|
2376
|
+
export const Service = {
|
|
2377
|
+
type: {
|
|
2378
|
+
name: "Composite",
|
|
2379
|
+
className: "Service",
|
|
2380
|
+
modelProperties: {
|
|
2381
|
+
type: {
|
|
2382
|
+
serializedName: "type",
|
|
2383
|
+
required: true,
|
|
2384
|
+
type: {
|
|
2385
|
+
name: "String"
|
|
2386
|
+
}
|
|
2387
|
+
}
|
|
2388
|
+
}
|
|
2389
|
+
}
|
|
2390
|
+
};
|
|
2369
2391
|
export const Template = {
|
|
2370
2392
|
type: {
|
|
2371
2393
|
name: "Composite",
|
|
@@ -2377,6 +2399,12 @@ export const Template = {
|
|
|
2377
2399
|
name: "String"
|
|
2378
2400
|
}
|
|
2379
2401
|
},
|
|
2402
|
+
terminationGracePeriodSeconds: {
|
|
2403
|
+
serializedName: "terminationGracePeriodSeconds",
|
|
2404
|
+
type: {
|
|
2405
|
+
name: "Number"
|
|
2406
|
+
}
|
|
2407
|
+
},
|
|
2380
2408
|
initContainers: {
|
|
2381
2409
|
serializedName: "initContainers",
|
|
2382
2410
|
type: {
|
|
@@ -2419,6 +2447,18 @@ export const Template = {
|
|
|
2419
2447
|
}
|
|
2420
2448
|
}
|
|
2421
2449
|
}
|
|
2450
|
+
},
|
|
2451
|
+
serviceBinds: {
|
|
2452
|
+
serializedName: "serviceBinds",
|
|
2453
|
+
type: {
|
|
2454
|
+
name: "Sequence",
|
|
2455
|
+
element: {
|
|
2456
|
+
type: {
|
|
2457
|
+
name: "Composite",
|
|
2458
|
+
className: "ServiceBind"
|
|
2459
|
+
}
|
|
2460
|
+
}
|
|
2461
|
+
}
|
|
2422
2462
|
}
|
|
2423
2463
|
}
|
|
2424
2464
|
}
|
|
@@ -2565,6 +2605,12 @@ export const VolumeMount = {
|
|
|
2565
2605
|
type: {
|
|
2566
2606
|
name: "String"
|
|
2567
2607
|
}
|
|
2608
|
+
},
|
|
2609
|
+
subPath: {
|
|
2610
|
+
serializedName: "subPath",
|
|
2611
|
+
type: {
|
|
2612
|
+
name: "String"
|
|
2613
|
+
}
|
|
2568
2614
|
}
|
|
2569
2615
|
}
|
|
2570
2616
|
}
|
|
@@ -2969,6 +3015,12 @@ export const Volume = {
|
|
|
2969
3015
|
}
|
|
2970
3016
|
}
|
|
2971
3017
|
}
|
|
3018
|
+
},
|
|
3019
|
+
mountOptions: {
|
|
3020
|
+
serializedName: "mountOptions",
|
|
3021
|
+
type: {
|
|
3022
|
+
name: "String"
|
|
3023
|
+
}
|
|
2972
3024
|
}
|
|
2973
3025
|
}
|
|
2974
3026
|
}
|
|
@@ -2993,6 +3045,26 @@ export const SecretVolumeItem = {
|
|
|
2993
3045
|
}
|
|
2994
3046
|
}
|
|
2995
3047
|
};
|
|
3048
|
+
export const ServiceBind = {
|
|
3049
|
+
type: {
|
|
3050
|
+
name: "Composite",
|
|
3051
|
+
className: "ServiceBind",
|
|
3052
|
+
modelProperties: {
|
|
3053
|
+
serviceId: {
|
|
3054
|
+
serializedName: "serviceId",
|
|
3055
|
+
type: {
|
|
3056
|
+
name: "String"
|
|
3057
|
+
}
|
|
3058
|
+
},
|
|
3059
|
+
name: {
|
|
3060
|
+
serializedName: "name",
|
|
3061
|
+
type: {
|
|
3062
|
+
name: "String"
|
|
3063
|
+
}
|
|
3064
|
+
}
|
|
3065
|
+
}
|
|
3066
|
+
}
|
|
3067
|
+
};
|
|
2996
3068
|
export const CustomHostnameAnalysisResult = {
|
|
2997
3069
|
type: {
|
|
2998
3070
|
name: "Composite",
|
|
@@ -3233,10 +3305,10 @@ export const ContainerAppSecret = {
|
|
|
3233
3305
|
}
|
|
3234
3306
|
}
|
|
3235
3307
|
};
|
|
3236
|
-
export const
|
|
3308
|
+
export const RevisionCollection = {
|
|
3237
3309
|
type: {
|
|
3238
3310
|
name: "Composite",
|
|
3239
|
-
className: "
|
|
3311
|
+
className: "RevisionCollection",
|
|
3240
3312
|
modelProperties: {
|
|
3241
3313
|
value: {
|
|
3242
3314
|
serializedName: "value",
|
|
@@ -3246,7 +3318,7 @@ export const JobsCollection = {
|
|
|
3246
3318
|
element: {
|
|
3247
3319
|
type: {
|
|
3248
3320
|
name: "Composite",
|
|
3249
|
-
className: "
|
|
3321
|
+
className: "Revision"
|
|
3250
3322
|
}
|
|
3251
3323
|
}
|
|
3252
3324
|
}
|
|
@@ -3261,220 +3333,216 @@ export const JobsCollection = {
|
|
|
3261
3333
|
}
|
|
3262
3334
|
}
|
|
3263
3335
|
};
|
|
3264
|
-
export const
|
|
3336
|
+
export const ReplicaContainer = {
|
|
3265
3337
|
type: {
|
|
3266
3338
|
name: "Composite",
|
|
3267
|
-
className: "
|
|
3339
|
+
className: "ReplicaContainer",
|
|
3268
3340
|
modelProperties: {
|
|
3269
|
-
|
|
3270
|
-
serializedName: "
|
|
3271
|
-
type: {
|
|
3272
|
-
name: "Sequence",
|
|
3273
|
-
element: {
|
|
3274
|
-
type: {
|
|
3275
|
-
name: "Composite",
|
|
3276
|
-
className: "Secret"
|
|
3277
|
-
}
|
|
3278
|
-
}
|
|
3279
|
-
}
|
|
3280
|
-
},
|
|
3281
|
-
triggerType: {
|
|
3282
|
-
defaultValue: "Manual",
|
|
3283
|
-
serializedName: "triggerType",
|
|
3284
|
-
required: true,
|
|
3341
|
+
name: {
|
|
3342
|
+
serializedName: "name",
|
|
3285
3343
|
type: {
|
|
3286
3344
|
name: "String"
|
|
3287
3345
|
}
|
|
3288
3346
|
},
|
|
3289
|
-
|
|
3290
|
-
serializedName: "
|
|
3291
|
-
required: true,
|
|
3292
|
-
type: {
|
|
3293
|
-
name: "Number"
|
|
3294
|
-
}
|
|
3295
|
-
},
|
|
3296
|
-
replicaRetryLimit: {
|
|
3297
|
-
serializedName: "replicaRetryLimit",
|
|
3347
|
+
containerId: {
|
|
3348
|
+
serializedName: "containerId",
|
|
3298
3349
|
type: {
|
|
3299
|
-
name: "
|
|
3350
|
+
name: "String"
|
|
3300
3351
|
}
|
|
3301
3352
|
},
|
|
3302
|
-
|
|
3303
|
-
serializedName: "
|
|
3353
|
+
ready: {
|
|
3354
|
+
serializedName: "ready",
|
|
3304
3355
|
type: {
|
|
3305
|
-
name: "
|
|
3306
|
-
className: "JobConfigurationManualTriggerConfig"
|
|
3356
|
+
name: "Boolean"
|
|
3307
3357
|
}
|
|
3308
3358
|
},
|
|
3309
|
-
|
|
3310
|
-
serializedName: "
|
|
3359
|
+
started: {
|
|
3360
|
+
serializedName: "started",
|
|
3311
3361
|
type: {
|
|
3312
|
-
name: "
|
|
3313
|
-
className: "JobConfigurationScheduleTriggerConfig"
|
|
3362
|
+
name: "Boolean"
|
|
3314
3363
|
}
|
|
3315
3364
|
},
|
|
3316
|
-
|
|
3317
|
-
serializedName: "
|
|
3318
|
-
type: {
|
|
3319
|
-
name: "Sequence",
|
|
3320
|
-
element: {
|
|
3321
|
-
type: {
|
|
3322
|
-
name: "Composite",
|
|
3323
|
-
className: "RegistryCredentials"
|
|
3324
|
-
}
|
|
3325
|
-
}
|
|
3326
|
-
}
|
|
3327
|
-
}
|
|
3328
|
-
}
|
|
3329
|
-
}
|
|
3330
|
-
};
|
|
3331
|
-
export const JobConfigurationManualTriggerConfig = {
|
|
3332
|
-
type: {
|
|
3333
|
-
name: "Composite",
|
|
3334
|
-
className: "JobConfigurationManualTriggerConfig",
|
|
3335
|
-
modelProperties: {
|
|
3336
|
-
replicaCompletionCount: {
|
|
3337
|
-
serializedName: "replicaCompletionCount",
|
|
3365
|
+
restartCount: {
|
|
3366
|
+
serializedName: "restartCount",
|
|
3338
3367
|
type: {
|
|
3339
3368
|
name: "Number"
|
|
3340
3369
|
}
|
|
3341
3370
|
},
|
|
3342
|
-
|
|
3343
|
-
serializedName: "
|
|
3371
|
+
runningState: {
|
|
3372
|
+
serializedName: "runningState",
|
|
3373
|
+
readOnly: true,
|
|
3344
3374
|
type: {
|
|
3345
|
-
name: "
|
|
3375
|
+
name: "String"
|
|
3346
3376
|
}
|
|
3347
|
-
}
|
|
3348
|
-
|
|
3349
|
-
|
|
3350
|
-
|
|
3351
|
-
export const JobConfigurationScheduleTriggerConfig = {
|
|
3352
|
-
type: {
|
|
3353
|
-
name: "Composite",
|
|
3354
|
-
className: "JobConfigurationScheduleTriggerConfig",
|
|
3355
|
-
modelProperties: {
|
|
3356
|
-
replicaCompletionCount: {
|
|
3357
|
-
serializedName: "replicaCompletionCount",
|
|
3377
|
+
},
|
|
3378
|
+
runningStateDetails: {
|
|
3379
|
+
serializedName: "runningStateDetails",
|
|
3380
|
+
readOnly: true,
|
|
3358
3381
|
type: {
|
|
3359
|
-
name: "
|
|
3382
|
+
name: "String"
|
|
3360
3383
|
}
|
|
3361
3384
|
},
|
|
3362
|
-
|
|
3363
|
-
serializedName: "
|
|
3364
|
-
|
|
3385
|
+
logStreamEndpoint: {
|
|
3386
|
+
serializedName: "logStreamEndpoint",
|
|
3387
|
+
readOnly: true,
|
|
3365
3388
|
type: {
|
|
3366
3389
|
name: "String"
|
|
3367
3390
|
}
|
|
3368
3391
|
},
|
|
3369
|
-
|
|
3370
|
-
serializedName: "
|
|
3392
|
+
execEndpoint: {
|
|
3393
|
+
serializedName: "execEndpoint",
|
|
3394
|
+
readOnly: true,
|
|
3371
3395
|
type: {
|
|
3372
|
-
name: "
|
|
3396
|
+
name: "String"
|
|
3373
3397
|
}
|
|
3374
3398
|
}
|
|
3375
3399
|
}
|
|
3376
3400
|
}
|
|
3377
3401
|
};
|
|
3378
|
-
export const
|
|
3402
|
+
export const ReplicaCollection = {
|
|
3379
3403
|
type: {
|
|
3380
3404
|
name: "Composite",
|
|
3381
|
-
className: "
|
|
3405
|
+
className: "ReplicaCollection",
|
|
3382
3406
|
modelProperties: {
|
|
3383
|
-
|
|
3384
|
-
serializedName: "
|
|
3407
|
+
value: {
|
|
3408
|
+
serializedName: "value",
|
|
3409
|
+
required: true,
|
|
3385
3410
|
type: {
|
|
3386
3411
|
name: "Sequence",
|
|
3387
3412
|
element: {
|
|
3388
3413
|
type: {
|
|
3389
3414
|
name: "Composite",
|
|
3390
|
-
className: "
|
|
3415
|
+
className: "Replica"
|
|
3391
3416
|
}
|
|
3392
3417
|
}
|
|
3393
3418
|
}
|
|
3394
|
-
}
|
|
3395
|
-
|
|
3396
|
-
|
|
3419
|
+
}
|
|
3420
|
+
}
|
|
3421
|
+
}
|
|
3422
|
+
};
|
|
3423
|
+
export const DiagnosticsCollection = {
|
|
3424
|
+
type: {
|
|
3425
|
+
name: "Composite",
|
|
3426
|
+
className: "DiagnosticsCollection",
|
|
3427
|
+
modelProperties: {
|
|
3428
|
+
value: {
|
|
3429
|
+
serializedName: "value",
|
|
3430
|
+
required: true,
|
|
3397
3431
|
type: {
|
|
3398
3432
|
name: "Sequence",
|
|
3399
3433
|
element: {
|
|
3400
3434
|
type: {
|
|
3401
3435
|
name: "Composite",
|
|
3402
|
-
className: "
|
|
3436
|
+
className: "Diagnostics"
|
|
3403
3437
|
}
|
|
3404
3438
|
}
|
|
3405
3439
|
}
|
|
3406
3440
|
},
|
|
3407
|
-
|
|
3408
|
-
serializedName: "
|
|
3441
|
+
nextLink: {
|
|
3442
|
+
serializedName: "nextLink",
|
|
3443
|
+
readOnly: true,
|
|
3409
3444
|
type: {
|
|
3410
|
-
name: "
|
|
3411
|
-
element: {
|
|
3412
|
-
type: {
|
|
3413
|
-
name: "Composite",
|
|
3414
|
-
className: "Volume"
|
|
3415
|
-
}
|
|
3416
|
-
}
|
|
3445
|
+
name: "String"
|
|
3417
3446
|
}
|
|
3418
3447
|
}
|
|
3419
3448
|
}
|
|
3420
3449
|
}
|
|
3421
3450
|
};
|
|
3422
|
-
export const
|
|
3451
|
+
export const DiagnosticsProperties = {
|
|
3423
3452
|
type: {
|
|
3424
3453
|
name: "Composite",
|
|
3425
|
-
className: "
|
|
3454
|
+
className: "DiagnosticsProperties",
|
|
3426
3455
|
modelProperties: {
|
|
3427
|
-
|
|
3428
|
-
serializedName: "
|
|
3456
|
+
metadata: {
|
|
3457
|
+
serializedName: "metadata",
|
|
3429
3458
|
type: {
|
|
3430
3459
|
name: "Composite",
|
|
3431
|
-
className: "
|
|
3460
|
+
className: "DiagnosticsDefinition"
|
|
3432
3461
|
}
|
|
3433
3462
|
},
|
|
3434
|
-
|
|
3435
|
-
serializedName: "
|
|
3463
|
+
dataset: {
|
|
3464
|
+
serializedName: "dataset",
|
|
3436
3465
|
type: {
|
|
3437
|
-
name: "
|
|
3438
|
-
|
|
3466
|
+
name: "Sequence",
|
|
3467
|
+
element: {
|
|
3468
|
+
type: {
|
|
3469
|
+
name: "Composite",
|
|
3470
|
+
className: "DiagnosticsDataApiResponse"
|
|
3471
|
+
}
|
|
3472
|
+
}
|
|
3439
3473
|
}
|
|
3440
3474
|
},
|
|
3441
|
-
|
|
3442
|
-
serializedName: "
|
|
3475
|
+
status: {
|
|
3476
|
+
serializedName: "status",
|
|
3443
3477
|
type: {
|
|
3444
3478
|
name: "Composite",
|
|
3445
|
-
className: "
|
|
3479
|
+
className: "DiagnosticsStatus"
|
|
3480
|
+
}
|
|
3481
|
+
},
|
|
3482
|
+
dataProviderMetadata: {
|
|
3483
|
+
serializedName: "dataProviderMetadata",
|
|
3484
|
+
type: {
|
|
3485
|
+
name: "Composite",
|
|
3486
|
+
className: "DiagnosticDataProviderMetadata"
|
|
3446
3487
|
}
|
|
3447
3488
|
}
|
|
3448
3489
|
}
|
|
3449
3490
|
}
|
|
3450
3491
|
};
|
|
3451
|
-
export const
|
|
3492
|
+
export const DiagnosticsDefinition = {
|
|
3452
3493
|
type: {
|
|
3453
3494
|
name: "Composite",
|
|
3454
|
-
className: "
|
|
3495
|
+
className: "DiagnosticsDefinition",
|
|
3455
3496
|
modelProperties: {
|
|
3456
|
-
|
|
3457
|
-
serializedName: "
|
|
3497
|
+
id: {
|
|
3498
|
+
serializedName: "id",
|
|
3499
|
+
readOnly: true,
|
|
3458
3500
|
type: {
|
|
3459
3501
|
name: "String"
|
|
3460
3502
|
}
|
|
3461
3503
|
},
|
|
3462
|
-
|
|
3463
|
-
serializedName: "
|
|
3504
|
+
name: {
|
|
3505
|
+
serializedName: "name",
|
|
3506
|
+
readOnly: true,
|
|
3464
3507
|
type: {
|
|
3465
|
-
name: "
|
|
3466
|
-
className: "JobConfiguration"
|
|
3508
|
+
name: "String"
|
|
3467
3509
|
}
|
|
3468
3510
|
},
|
|
3469
|
-
|
|
3470
|
-
serializedName: "
|
|
3511
|
+
description: {
|
|
3512
|
+
serializedName: "description",
|
|
3513
|
+
readOnly: true,
|
|
3471
3514
|
type: {
|
|
3472
|
-
name: "
|
|
3473
|
-
className: "JobTemplate"
|
|
3515
|
+
name: "String"
|
|
3474
3516
|
}
|
|
3475
3517
|
},
|
|
3476
|
-
|
|
3477
|
-
serializedName: "
|
|
3518
|
+
author: {
|
|
3519
|
+
serializedName: "author",
|
|
3520
|
+
readOnly: true,
|
|
3521
|
+
type: {
|
|
3522
|
+
name: "String"
|
|
3523
|
+
}
|
|
3524
|
+
},
|
|
3525
|
+
category: {
|
|
3526
|
+
serializedName: "category",
|
|
3527
|
+
readOnly: true,
|
|
3528
|
+
type: {
|
|
3529
|
+
name: "String"
|
|
3530
|
+
}
|
|
3531
|
+
},
|
|
3532
|
+
supportTopicList: {
|
|
3533
|
+
serializedName: "supportTopicList",
|
|
3534
|
+
type: {
|
|
3535
|
+
name: "Sequence",
|
|
3536
|
+
element: {
|
|
3537
|
+
type: {
|
|
3538
|
+
name: "Composite",
|
|
3539
|
+
className: "DiagnosticSupportTopic"
|
|
3540
|
+
}
|
|
3541
|
+
}
|
|
3542
|
+
}
|
|
3543
|
+
},
|
|
3544
|
+
analysisTypes: {
|
|
3545
|
+
serializedName: "analysisTypes",
|
|
3478
3546
|
type: {
|
|
3479
3547
|
name: "Sequence",
|
|
3480
3548
|
element: {
|
|
@@ -3484,40 +3552,98 @@ export const JobPatchPropertiesProperties = {
|
|
|
3484
3552
|
}
|
|
3485
3553
|
}
|
|
3486
3554
|
},
|
|
3487
|
-
|
|
3488
|
-
serializedName: "
|
|
3555
|
+
type: {
|
|
3556
|
+
serializedName: "type",
|
|
3557
|
+
readOnly: true,
|
|
3489
3558
|
type: {
|
|
3490
3559
|
name: "String"
|
|
3491
3560
|
}
|
|
3561
|
+
},
|
|
3562
|
+
score: {
|
|
3563
|
+
serializedName: "score",
|
|
3564
|
+
readOnly: true,
|
|
3565
|
+
type: {
|
|
3566
|
+
name: "Number"
|
|
3567
|
+
}
|
|
3492
3568
|
}
|
|
3493
3569
|
}
|
|
3494
3570
|
}
|
|
3495
3571
|
};
|
|
3496
|
-
export const
|
|
3572
|
+
export const DiagnosticSupportTopic = {
|
|
3497
3573
|
type: {
|
|
3498
3574
|
name: "Composite",
|
|
3499
|
-
className: "
|
|
3575
|
+
className: "DiagnosticSupportTopic",
|
|
3500
3576
|
modelProperties: {
|
|
3501
|
-
|
|
3502
|
-
serializedName: "
|
|
3577
|
+
id: {
|
|
3578
|
+
serializedName: "id",
|
|
3579
|
+
readOnly: true,
|
|
3580
|
+
type: {
|
|
3581
|
+
name: "String"
|
|
3582
|
+
}
|
|
3583
|
+
},
|
|
3584
|
+
pesId: {
|
|
3585
|
+
serializedName: "pesId",
|
|
3586
|
+
readOnly: true,
|
|
3587
|
+
type: {
|
|
3588
|
+
name: "String"
|
|
3589
|
+
}
|
|
3590
|
+
}
|
|
3591
|
+
}
|
|
3592
|
+
}
|
|
3593
|
+
};
|
|
3594
|
+
export const DiagnosticsDataApiResponse = {
|
|
3595
|
+
type: {
|
|
3596
|
+
name: "Composite",
|
|
3597
|
+
className: "DiagnosticsDataApiResponse",
|
|
3598
|
+
modelProperties: {
|
|
3599
|
+
table: {
|
|
3600
|
+
serializedName: "table",
|
|
3601
|
+
type: {
|
|
3602
|
+
name: "Composite",
|
|
3603
|
+
className: "DiagnosticDataTableResponseObject"
|
|
3604
|
+
}
|
|
3605
|
+
},
|
|
3606
|
+
renderingProperties: {
|
|
3607
|
+
serializedName: "renderingProperties",
|
|
3608
|
+
type: {
|
|
3609
|
+
name: "Composite",
|
|
3610
|
+
className: "DiagnosticRendering"
|
|
3611
|
+
}
|
|
3612
|
+
}
|
|
3613
|
+
}
|
|
3614
|
+
}
|
|
3615
|
+
};
|
|
3616
|
+
export const DiagnosticDataTableResponseObject = {
|
|
3617
|
+
type: {
|
|
3618
|
+
name: "Composite",
|
|
3619
|
+
className: "DiagnosticDataTableResponseObject",
|
|
3620
|
+
modelProperties: {
|
|
3621
|
+
tableName: {
|
|
3622
|
+
serializedName: "tableName",
|
|
3623
|
+
type: {
|
|
3624
|
+
name: "String"
|
|
3625
|
+
}
|
|
3626
|
+
},
|
|
3627
|
+
columns: {
|
|
3628
|
+
serializedName: "columns",
|
|
3503
3629
|
type: {
|
|
3504
3630
|
name: "Sequence",
|
|
3505
3631
|
element: {
|
|
3506
3632
|
type: {
|
|
3507
3633
|
name: "Composite",
|
|
3508
|
-
className: "
|
|
3634
|
+
className: "DiagnosticDataTableResponseColumn"
|
|
3509
3635
|
}
|
|
3510
3636
|
}
|
|
3511
3637
|
}
|
|
3512
3638
|
},
|
|
3513
|
-
|
|
3514
|
-
serializedName: "
|
|
3639
|
+
rows: {
|
|
3640
|
+
serializedName: "rows",
|
|
3515
3641
|
type: {
|
|
3516
3642
|
name: "Sequence",
|
|
3517
3643
|
element: {
|
|
3518
3644
|
type: {
|
|
3519
|
-
name: "
|
|
3520
|
-
|
|
3645
|
+
name: "Dictionary",
|
|
3646
|
+
value: { type: { name: "any" } }
|
|
3521
3647
|
}
|
|
3522
3648
|
}
|
|
3523
3649
|
}
|
|
@@ -3525,101 +3651,103 @@ export const JobExecutionTemplate = {
|
|
|
3525
3651
|
}
|
|
3526
3652
|
}
|
|
3527
3653
|
};
|
|
3528
|
-
export const
|
|
3654
|
+
export const DiagnosticDataTableResponseColumn = {
|
|
3529
3655
|
type: {
|
|
3530
3656
|
name: "Composite",
|
|
3531
|
-
className: "
|
|
3657
|
+
className: "DiagnosticDataTableResponseColumn",
|
|
3532
3658
|
modelProperties: {
|
|
3533
|
-
|
|
3534
|
-
serializedName: "
|
|
3659
|
+
columnName: {
|
|
3660
|
+
serializedName: "columnName",
|
|
3535
3661
|
type: {
|
|
3536
3662
|
name: "String"
|
|
3537
3663
|
}
|
|
3538
3664
|
},
|
|
3539
|
-
|
|
3540
|
-
serializedName: "
|
|
3665
|
+
dataType: {
|
|
3666
|
+
serializedName: "dataType",
|
|
3541
3667
|
type: {
|
|
3542
3668
|
name: "String"
|
|
3543
3669
|
}
|
|
3544
3670
|
},
|
|
3545
|
-
|
|
3546
|
-
serializedName: "
|
|
3671
|
+
columnType: {
|
|
3672
|
+
serializedName: "columnType",
|
|
3547
3673
|
type: {
|
|
3548
|
-
name: "
|
|
3549
|
-
|
|
3550
|
-
|
|
3551
|
-
|
|
3552
|
-
|
|
3553
|
-
|
|
3674
|
+
name: "String"
|
|
3675
|
+
}
|
|
3676
|
+
}
|
|
3677
|
+
}
|
|
3678
|
+
}
|
|
3679
|
+
};
|
|
3680
|
+
export const DiagnosticRendering = {
|
|
3681
|
+
type: {
|
|
3682
|
+
name: "Composite",
|
|
3683
|
+
className: "DiagnosticRendering",
|
|
3684
|
+
modelProperties: {
|
|
3685
|
+
type: {
|
|
3686
|
+
serializedName: "type",
|
|
3687
|
+
type: {
|
|
3688
|
+
name: "Number"
|
|
3554
3689
|
}
|
|
3555
3690
|
},
|
|
3556
|
-
|
|
3557
|
-
serializedName: "
|
|
3691
|
+
title: {
|
|
3692
|
+
serializedName: "title",
|
|
3558
3693
|
type: {
|
|
3559
|
-
name: "
|
|
3560
|
-
element: {
|
|
3561
|
-
type: {
|
|
3562
|
-
name: "String"
|
|
3563
|
-
}
|
|
3564
|
-
}
|
|
3694
|
+
name: "String"
|
|
3565
3695
|
}
|
|
3566
3696
|
},
|
|
3567
|
-
|
|
3568
|
-
serializedName: "
|
|
3697
|
+
description: {
|
|
3698
|
+
serializedName: "description",
|
|
3569
3699
|
type: {
|
|
3570
|
-
name: "
|
|
3571
|
-
element: {
|
|
3572
|
-
type: {
|
|
3573
|
-
name: "Composite",
|
|
3574
|
-
className: "EnvironmentVar"
|
|
3575
|
-
}
|
|
3576
|
-
}
|
|
3700
|
+
name: "String"
|
|
3577
3701
|
}
|
|
3578
3702
|
},
|
|
3579
|
-
|
|
3580
|
-
serializedName: "
|
|
3703
|
+
isVisible: {
|
|
3704
|
+
serializedName: "isVisible",
|
|
3581
3705
|
type: {
|
|
3582
|
-
name: "
|
|
3583
|
-
className: "ContainerResources"
|
|
3706
|
+
name: "Boolean"
|
|
3584
3707
|
}
|
|
3585
3708
|
}
|
|
3586
3709
|
}
|
|
3587
3710
|
}
|
|
3588
3711
|
};
|
|
3589
|
-
export const
|
|
3712
|
+
export const DiagnosticsStatus = {
|
|
3590
3713
|
type: {
|
|
3591
3714
|
name: "Composite",
|
|
3592
|
-
className: "
|
|
3715
|
+
className: "DiagnosticsStatus",
|
|
3593
3716
|
modelProperties: {
|
|
3594
|
-
|
|
3595
|
-
serializedName: "
|
|
3717
|
+
message: {
|
|
3718
|
+
serializedName: "message",
|
|
3596
3719
|
type: {
|
|
3597
3720
|
name: "String"
|
|
3598
3721
|
}
|
|
3599
3722
|
},
|
|
3600
|
-
|
|
3601
|
-
serializedName: "
|
|
3723
|
+
statusId: {
|
|
3724
|
+
serializedName: "statusId",
|
|
3602
3725
|
type: {
|
|
3603
|
-
name: "
|
|
3726
|
+
name: "Number"
|
|
3604
3727
|
}
|
|
3605
3728
|
}
|
|
3606
3729
|
}
|
|
3607
3730
|
}
|
|
3608
3731
|
};
|
|
3609
|
-
export const
|
|
3732
|
+
export const DiagnosticDataProviderMetadata = {
|
|
3610
3733
|
type: {
|
|
3611
3734
|
name: "Composite",
|
|
3612
|
-
className: "
|
|
3735
|
+
className: "DiagnosticDataProviderMetadata",
|
|
3613
3736
|
modelProperties: {
|
|
3614
|
-
|
|
3615
|
-
serializedName: "
|
|
3616
|
-
|
|
3737
|
+
providerName: {
|
|
3738
|
+
serializedName: "providerName",
|
|
3739
|
+
type: {
|
|
3740
|
+
name: "String"
|
|
3741
|
+
}
|
|
3742
|
+
},
|
|
3743
|
+
propertyBag: {
|
|
3744
|
+
serializedName: "propertyBag",
|
|
3617
3745
|
type: {
|
|
3618
3746
|
name: "Sequence",
|
|
3619
3747
|
element: {
|
|
3620
3748
|
type: {
|
|
3621
3749
|
name: "Composite",
|
|
3622
|
-
className: "
|
|
3750
|
+
className: "DiagnosticDataProviderMetadataPropertyBagItem"
|
|
3623
3751
|
}
|
|
3624
3752
|
}
|
|
3625
3753
|
}
|
|
@@ -3627,27 +3755,57 @@ export const JobExecutionNamesCollection = {
|
|
|
3627
3755
|
}
|
|
3628
3756
|
}
|
|
3629
3757
|
};
|
|
3630
|
-
export const
|
|
3758
|
+
export const DiagnosticDataProviderMetadataPropertyBagItem = {
|
|
3631
3759
|
type: {
|
|
3632
3760
|
name: "Composite",
|
|
3633
|
-
className: "
|
|
3761
|
+
className: "DiagnosticDataProviderMetadataPropertyBagItem",
|
|
3634
3762
|
modelProperties: {
|
|
3763
|
+
name: {
|
|
3764
|
+
serializedName: "name",
|
|
3765
|
+
type: {
|
|
3766
|
+
name: "String"
|
|
3767
|
+
}
|
|
3768
|
+
},
|
|
3635
3769
|
value: {
|
|
3636
3770
|
serializedName: "value",
|
|
3637
|
-
required: true,
|
|
3638
3771
|
type: {
|
|
3639
|
-
name: "
|
|
3640
|
-
|
|
3641
|
-
|
|
3642
|
-
|
|
3643
|
-
|
|
3644
|
-
|
|
3645
|
-
|
|
3772
|
+
name: "String"
|
|
3773
|
+
}
|
|
3774
|
+
}
|
|
3775
|
+
}
|
|
3776
|
+
}
|
|
3777
|
+
};
|
|
3778
|
+
export const VnetConfiguration = {
|
|
3779
|
+
type: {
|
|
3780
|
+
name: "Composite",
|
|
3781
|
+
className: "VnetConfiguration",
|
|
3782
|
+
modelProperties: {
|
|
3783
|
+
internal: {
|
|
3784
|
+
serializedName: "internal",
|
|
3785
|
+
type: {
|
|
3786
|
+
name: "Boolean"
|
|
3646
3787
|
}
|
|
3647
3788
|
},
|
|
3648
|
-
|
|
3649
|
-
serializedName: "
|
|
3650
|
-
|
|
3789
|
+
infrastructureSubnetId: {
|
|
3790
|
+
serializedName: "infrastructureSubnetId",
|
|
3791
|
+
type: {
|
|
3792
|
+
name: "String"
|
|
3793
|
+
}
|
|
3794
|
+
},
|
|
3795
|
+
dockerBridgeCidr: {
|
|
3796
|
+
serializedName: "dockerBridgeCidr",
|
|
3797
|
+
type: {
|
|
3798
|
+
name: "String"
|
|
3799
|
+
}
|
|
3800
|
+
},
|
|
3801
|
+
platformReservedCidr: {
|
|
3802
|
+
serializedName: "platformReservedCidr",
|
|
3803
|
+
type: {
|
|
3804
|
+
name: "String"
|
|
3805
|
+
}
|
|
3806
|
+
},
|
|
3807
|
+
platformReservedDnsIP: {
|
|
3808
|
+
serializedName: "platformReservedDnsIP",
|
|
3651
3809
|
type: {
|
|
3652
3810
|
name: "String"
|
|
3653
3811
|
}
|
|
@@ -3655,100 +3813,159 @@ export const ContainerAppJobExecutions = {
|
|
|
3655
3813
|
}
|
|
3656
3814
|
}
|
|
3657
3815
|
};
|
|
3658
|
-
export const
|
|
3816
|
+
export const AppLogsConfiguration = {
|
|
3659
3817
|
type: {
|
|
3660
3818
|
name: "Composite",
|
|
3661
|
-
className: "
|
|
3819
|
+
className: "AppLogsConfiguration",
|
|
3662
3820
|
modelProperties: {
|
|
3663
|
-
|
|
3664
|
-
serializedName: "
|
|
3821
|
+
destination: {
|
|
3822
|
+
serializedName: "destination",
|
|
3665
3823
|
type: {
|
|
3666
3824
|
name: "String"
|
|
3667
3825
|
}
|
|
3668
3826
|
},
|
|
3669
|
-
|
|
3670
|
-
serializedName: "
|
|
3827
|
+
logAnalyticsConfiguration: {
|
|
3828
|
+
serializedName: "logAnalyticsConfiguration",
|
|
3829
|
+
type: {
|
|
3830
|
+
name: "Composite",
|
|
3831
|
+
className: "LogAnalyticsConfiguration"
|
|
3832
|
+
}
|
|
3833
|
+
}
|
|
3834
|
+
}
|
|
3835
|
+
}
|
|
3836
|
+
};
|
|
3837
|
+
export const LogAnalyticsConfiguration = {
|
|
3838
|
+
type: {
|
|
3839
|
+
name: "Composite",
|
|
3840
|
+
className: "LogAnalyticsConfiguration",
|
|
3841
|
+
modelProperties: {
|
|
3842
|
+
customerId: {
|
|
3843
|
+
serializedName: "customerId",
|
|
3671
3844
|
type: {
|
|
3672
3845
|
name: "String"
|
|
3673
3846
|
}
|
|
3674
3847
|
},
|
|
3675
|
-
|
|
3676
|
-
serializedName: "
|
|
3848
|
+
sharedKey: {
|
|
3849
|
+
serializedName: "sharedKey",
|
|
3677
3850
|
type: {
|
|
3678
3851
|
name: "String"
|
|
3679
3852
|
}
|
|
3680
|
-
}
|
|
3681
|
-
|
|
3682
|
-
|
|
3683
|
-
|
|
3853
|
+
}
|
|
3854
|
+
}
|
|
3855
|
+
}
|
|
3856
|
+
};
|
|
3857
|
+
export const WorkloadProfile = {
|
|
3858
|
+
type: {
|
|
3859
|
+
name: "Composite",
|
|
3860
|
+
className: "WorkloadProfile",
|
|
3861
|
+
modelProperties: {
|
|
3862
|
+
name: {
|
|
3863
|
+
serializedName: "name",
|
|
3864
|
+
required: true,
|
|
3684
3865
|
type: {
|
|
3685
3866
|
name: "String"
|
|
3686
3867
|
}
|
|
3687
3868
|
},
|
|
3688
|
-
|
|
3689
|
-
serializedName: "
|
|
3869
|
+
workloadProfileType: {
|
|
3870
|
+
serializedName: "workloadProfileType",
|
|
3871
|
+
required: true,
|
|
3690
3872
|
type: {
|
|
3691
|
-
name: "
|
|
3873
|
+
name: "String"
|
|
3692
3874
|
}
|
|
3693
3875
|
},
|
|
3694
|
-
|
|
3695
|
-
serializedName: "
|
|
3876
|
+
minimumCount: {
|
|
3877
|
+
serializedName: "minimumCount",
|
|
3696
3878
|
type: {
|
|
3697
|
-
name: "
|
|
3879
|
+
name: "Number"
|
|
3698
3880
|
}
|
|
3699
3881
|
},
|
|
3700
|
-
|
|
3701
|
-
serializedName: "
|
|
3882
|
+
maximumCount: {
|
|
3883
|
+
serializedName: "maximumCount",
|
|
3884
|
+
type: {
|
|
3885
|
+
name: "Number"
|
|
3886
|
+
}
|
|
3887
|
+
}
|
|
3888
|
+
}
|
|
3889
|
+
}
|
|
3890
|
+
};
|
|
3891
|
+
export const KedaConfiguration = {
|
|
3892
|
+
type: {
|
|
3893
|
+
name: "Composite",
|
|
3894
|
+
className: "KedaConfiguration",
|
|
3895
|
+
modelProperties: {
|
|
3896
|
+
version: {
|
|
3897
|
+
serializedName: "version",
|
|
3898
|
+
readOnly: true,
|
|
3899
|
+
type: {
|
|
3900
|
+
name: "String"
|
|
3901
|
+
}
|
|
3902
|
+
}
|
|
3903
|
+
}
|
|
3904
|
+
}
|
|
3905
|
+
};
|
|
3906
|
+
export const DaprConfiguration = {
|
|
3907
|
+
type: {
|
|
3908
|
+
name: "Composite",
|
|
3909
|
+
className: "DaprConfiguration",
|
|
3910
|
+
modelProperties: {
|
|
3911
|
+
version: {
|
|
3912
|
+
serializedName: "version",
|
|
3913
|
+
readOnly: true,
|
|
3914
|
+
type: {
|
|
3915
|
+
name: "String"
|
|
3916
|
+
}
|
|
3917
|
+
}
|
|
3918
|
+
}
|
|
3919
|
+
}
|
|
3920
|
+
};
|
|
3921
|
+
export const ManagedEnvironmentPropertiesPeerAuthentication = {
|
|
3922
|
+
type: {
|
|
3923
|
+
name: "Composite",
|
|
3924
|
+
className: "ManagedEnvironmentPropertiesPeerAuthentication",
|
|
3925
|
+
modelProperties: {
|
|
3926
|
+
mtls: {
|
|
3927
|
+
serializedName: "mtls",
|
|
3702
3928
|
type: {
|
|
3703
3929
|
name: "Composite",
|
|
3704
|
-
className: "
|
|
3930
|
+
className: "Mtls"
|
|
3705
3931
|
}
|
|
3706
3932
|
}
|
|
3707
3933
|
}
|
|
3708
3934
|
}
|
|
3709
3935
|
};
|
|
3710
|
-
export const
|
|
3936
|
+
export const Mtls = {
|
|
3711
3937
|
type: {
|
|
3712
3938
|
name: "Composite",
|
|
3713
|
-
className: "
|
|
3939
|
+
className: "Mtls",
|
|
3714
3940
|
modelProperties: {
|
|
3715
|
-
|
|
3716
|
-
serializedName: "
|
|
3717
|
-
required: true,
|
|
3941
|
+
enabled: {
|
|
3942
|
+
serializedName: "enabled",
|
|
3718
3943
|
type: {
|
|
3719
|
-
name: "
|
|
3720
|
-
element: {
|
|
3721
|
-
type: {
|
|
3722
|
-
name: "Composite",
|
|
3723
|
-
className: "Secret"
|
|
3724
|
-
}
|
|
3725
|
-
}
|
|
3944
|
+
name: "Boolean"
|
|
3726
3945
|
}
|
|
3727
3946
|
}
|
|
3728
3947
|
}
|
|
3729
3948
|
}
|
|
3730
3949
|
};
|
|
3731
|
-
export const
|
|
3950
|
+
export const AvailableOperations = {
|
|
3732
3951
|
type: {
|
|
3733
3952
|
name: "Composite",
|
|
3734
|
-
className: "
|
|
3953
|
+
className: "AvailableOperations",
|
|
3735
3954
|
modelProperties: {
|
|
3736
3955
|
value: {
|
|
3737
3956
|
serializedName: "value",
|
|
3738
|
-
required: true,
|
|
3739
3957
|
type: {
|
|
3740
3958
|
name: "Sequence",
|
|
3741
3959
|
element: {
|
|
3742
3960
|
type: {
|
|
3743
3961
|
name: "Composite",
|
|
3744
|
-
className: "
|
|
3962
|
+
className: "OperationDetail"
|
|
3745
3963
|
}
|
|
3746
3964
|
}
|
|
3747
3965
|
}
|
|
3748
3966
|
},
|
|
3749
3967
|
nextLink: {
|
|
3750
3968
|
serializedName: "nextLink",
|
|
3751
|
-
readOnly: true,
|
|
3752
3969
|
type: {
|
|
3753
3970
|
name: "String"
|
|
3754
3971
|
}
|
|
@@ -3756,10 +3973,10 @@ export const RevisionCollection = {
|
|
|
3756
3973
|
}
|
|
3757
3974
|
}
|
|
3758
3975
|
};
|
|
3759
|
-
export const
|
|
3976
|
+
export const OperationDetail = {
|
|
3760
3977
|
type: {
|
|
3761
3978
|
name: "Composite",
|
|
3762
|
-
className: "
|
|
3979
|
+
className: "OperationDetail",
|
|
3763
3980
|
modelProperties: {
|
|
3764
3981
|
name: {
|
|
3765
3982
|
serializedName: "name",
|
|
@@ -3767,72 +3984,64 @@ export const ReplicaContainer = {
|
|
|
3767
3984
|
name: "String"
|
|
3768
3985
|
}
|
|
3769
3986
|
},
|
|
3770
|
-
|
|
3771
|
-
serializedName: "
|
|
3987
|
+
isDataAction: {
|
|
3988
|
+
serializedName: "isDataAction",
|
|
3772
3989
|
type: {
|
|
3773
|
-
name: "
|
|
3990
|
+
name: "Boolean"
|
|
3774
3991
|
}
|
|
3775
3992
|
},
|
|
3776
|
-
|
|
3777
|
-
serializedName: "
|
|
3993
|
+
display: {
|
|
3994
|
+
serializedName: "display",
|
|
3778
3995
|
type: {
|
|
3779
|
-
name: "
|
|
3996
|
+
name: "Composite",
|
|
3997
|
+
className: "OperationDisplay"
|
|
3780
3998
|
}
|
|
3781
3999
|
},
|
|
3782
|
-
|
|
3783
|
-
serializedName: "
|
|
4000
|
+
origin: {
|
|
4001
|
+
serializedName: "origin",
|
|
3784
4002
|
type: {
|
|
3785
|
-
name: "
|
|
4003
|
+
name: "String"
|
|
3786
4004
|
}
|
|
3787
|
-
}
|
|
3788
|
-
|
|
3789
|
-
|
|
4005
|
+
}
|
|
4006
|
+
}
|
|
4007
|
+
}
|
|
4008
|
+
};
|
|
4009
|
+
export const OperationDisplay = {
|
|
4010
|
+
type: {
|
|
4011
|
+
name: "Composite",
|
|
4012
|
+
className: "OperationDisplay",
|
|
4013
|
+
modelProperties: {
|
|
4014
|
+
provider: {
|
|
4015
|
+
serializedName: "provider",
|
|
3790
4016
|
type: {
|
|
3791
|
-
name: "
|
|
4017
|
+
name: "String"
|
|
3792
4018
|
}
|
|
3793
4019
|
},
|
|
3794
|
-
|
|
3795
|
-
serializedName: "
|
|
3796
|
-
readOnly: true,
|
|
4020
|
+
resource: {
|
|
4021
|
+
serializedName: "resource",
|
|
3797
4022
|
type: {
|
|
3798
4023
|
name: "String"
|
|
3799
4024
|
}
|
|
3800
4025
|
},
|
|
3801
|
-
|
|
3802
|
-
serializedName: "
|
|
3803
|
-
readOnly: true,
|
|
4026
|
+
operation: {
|
|
4027
|
+
serializedName: "operation",
|
|
3804
4028
|
type: {
|
|
3805
4029
|
name: "String"
|
|
3806
4030
|
}
|
|
3807
|
-
}
|
|
3808
|
-
|
|
3809
|
-
|
|
3810
|
-
};
|
|
3811
|
-
export const ReplicaCollection = {
|
|
3812
|
-
type: {
|
|
3813
|
-
name: "Composite",
|
|
3814
|
-
className: "ReplicaCollection",
|
|
3815
|
-
modelProperties: {
|
|
3816
|
-
value: {
|
|
3817
|
-
serializedName: "value",
|
|
3818
|
-
required: true,
|
|
4031
|
+
},
|
|
4032
|
+
description: {
|
|
4033
|
+
serializedName: "description",
|
|
3819
4034
|
type: {
|
|
3820
|
-
name: "
|
|
3821
|
-
element: {
|
|
3822
|
-
type: {
|
|
3823
|
-
name: "Composite",
|
|
3824
|
-
className: "Replica"
|
|
3825
|
-
}
|
|
3826
|
-
}
|
|
4035
|
+
name: "String"
|
|
3827
4036
|
}
|
|
3828
4037
|
}
|
|
3829
4038
|
}
|
|
3830
4039
|
}
|
|
3831
4040
|
};
|
|
3832
|
-
export const
|
|
4041
|
+
export const JobsCollection = {
|
|
3833
4042
|
type: {
|
|
3834
4043
|
name: "Composite",
|
|
3835
|
-
className: "
|
|
4044
|
+
className: "JobsCollection",
|
|
3836
4045
|
modelProperties: {
|
|
3837
4046
|
value: {
|
|
3838
4047
|
serializedName: "value",
|
|
@@ -3842,7 +4051,7 @@ export const DiagnosticsCollection = {
|
|
|
3842
4051
|
element: {
|
|
3843
4052
|
type: {
|
|
3844
4053
|
name: "Composite",
|
|
3845
|
-
className: "
|
|
4054
|
+
className: "Job"
|
|
3846
4055
|
}
|
|
3847
4056
|
}
|
|
3848
4057
|
}
|
|
@@ -3857,306 +4066,270 @@ export const DiagnosticsCollection = {
|
|
|
3857
4066
|
}
|
|
3858
4067
|
}
|
|
3859
4068
|
};
|
|
3860
|
-
export const
|
|
4069
|
+
export const JobConfiguration = {
|
|
3861
4070
|
type: {
|
|
3862
4071
|
name: "Composite",
|
|
3863
|
-
className: "
|
|
4072
|
+
className: "JobConfiguration",
|
|
3864
4073
|
modelProperties: {
|
|
3865
|
-
|
|
3866
|
-
serializedName: "
|
|
3867
|
-
type: {
|
|
3868
|
-
name: "Composite",
|
|
3869
|
-
className: "DiagnosticsDefinition"
|
|
3870
|
-
}
|
|
3871
|
-
},
|
|
3872
|
-
dataset: {
|
|
3873
|
-
serializedName: "dataset",
|
|
4074
|
+
secrets: {
|
|
4075
|
+
serializedName: "secrets",
|
|
3874
4076
|
type: {
|
|
3875
4077
|
name: "Sequence",
|
|
3876
4078
|
element: {
|
|
3877
4079
|
type: {
|
|
3878
4080
|
name: "Composite",
|
|
3879
|
-
className: "
|
|
4081
|
+
className: "Secret"
|
|
3880
4082
|
}
|
|
3881
4083
|
}
|
|
3882
4084
|
}
|
|
3883
4085
|
},
|
|
3884
|
-
|
|
3885
|
-
|
|
3886
|
-
|
|
3887
|
-
|
|
3888
|
-
className: "DiagnosticsStatus"
|
|
3889
|
-
}
|
|
3890
|
-
},
|
|
3891
|
-
dataProviderMetadata: {
|
|
3892
|
-
serializedName: "dataProviderMetadata",
|
|
3893
|
-
type: {
|
|
3894
|
-
name: "Composite",
|
|
3895
|
-
className: "DiagnosticDataProviderMetadata"
|
|
3896
|
-
}
|
|
3897
|
-
}
|
|
3898
|
-
}
|
|
3899
|
-
}
|
|
3900
|
-
};
|
|
3901
|
-
export const DiagnosticsDefinition = {
|
|
3902
|
-
type: {
|
|
3903
|
-
name: "Composite",
|
|
3904
|
-
className: "DiagnosticsDefinition",
|
|
3905
|
-
modelProperties: {
|
|
3906
|
-
id: {
|
|
3907
|
-
serializedName: "id",
|
|
3908
|
-
readOnly: true,
|
|
4086
|
+
triggerType: {
|
|
4087
|
+
defaultValue: "Manual",
|
|
4088
|
+
serializedName: "triggerType",
|
|
4089
|
+
required: true,
|
|
3909
4090
|
type: {
|
|
3910
4091
|
name: "String"
|
|
3911
4092
|
}
|
|
3912
4093
|
},
|
|
3913
|
-
|
|
3914
|
-
serializedName: "
|
|
3915
|
-
|
|
4094
|
+
replicaTimeout: {
|
|
4095
|
+
serializedName: "replicaTimeout",
|
|
4096
|
+
required: true,
|
|
3916
4097
|
type: {
|
|
3917
|
-
name: "
|
|
4098
|
+
name: "Number"
|
|
3918
4099
|
}
|
|
3919
4100
|
},
|
|
3920
|
-
|
|
3921
|
-
serializedName: "
|
|
3922
|
-
readOnly: true,
|
|
4101
|
+
replicaRetryLimit: {
|
|
4102
|
+
serializedName: "replicaRetryLimit",
|
|
3923
4103
|
type: {
|
|
3924
|
-
name: "
|
|
4104
|
+
name: "Number"
|
|
3925
4105
|
}
|
|
3926
4106
|
},
|
|
3927
|
-
|
|
3928
|
-
serializedName: "
|
|
3929
|
-
readOnly: true,
|
|
4107
|
+
manualTriggerConfig: {
|
|
4108
|
+
serializedName: "manualTriggerConfig",
|
|
3930
4109
|
type: {
|
|
3931
|
-
name: "
|
|
4110
|
+
name: "Composite",
|
|
4111
|
+
className: "JobConfigurationManualTriggerConfig"
|
|
3932
4112
|
}
|
|
3933
4113
|
},
|
|
3934
|
-
|
|
3935
|
-
serializedName: "
|
|
3936
|
-
readOnly: true,
|
|
4114
|
+
scheduleTriggerConfig: {
|
|
4115
|
+
serializedName: "scheduleTriggerConfig",
|
|
3937
4116
|
type: {
|
|
3938
|
-
name: "
|
|
4117
|
+
name: "Composite",
|
|
4118
|
+
className: "JobConfigurationScheduleTriggerConfig"
|
|
3939
4119
|
}
|
|
3940
4120
|
},
|
|
3941
|
-
|
|
3942
|
-
serializedName: "
|
|
4121
|
+
eventTriggerConfig: {
|
|
4122
|
+
serializedName: "eventTriggerConfig",
|
|
3943
4123
|
type: {
|
|
3944
|
-
name: "
|
|
3945
|
-
|
|
3946
|
-
type: {
|
|
3947
|
-
name: "Composite",
|
|
3948
|
-
className: "DiagnosticSupportTopic"
|
|
3949
|
-
}
|
|
3950
|
-
}
|
|
4124
|
+
name: "Composite",
|
|
4125
|
+
className: "JobConfigurationEventTriggerConfig"
|
|
3951
4126
|
}
|
|
3952
4127
|
},
|
|
3953
|
-
|
|
3954
|
-
serializedName: "
|
|
4128
|
+
registries: {
|
|
4129
|
+
serializedName: "registries",
|
|
3955
4130
|
type: {
|
|
3956
4131
|
name: "Sequence",
|
|
3957
4132
|
element: {
|
|
3958
4133
|
type: {
|
|
3959
|
-
name: "
|
|
4134
|
+
name: "Composite",
|
|
4135
|
+
className: "RegistryCredentials"
|
|
3960
4136
|
}
|
|
3961
4137
|
}
|
|
3962
4138
|
}
|
|
3963
|
-
},
|
|
3964
|
-
type: {
|
|
3965
|
-
serializedName: "type",
|
|
3966
|
-
readOnly: true,
|
|
3967
|
-
type: {
|
|
3968
|
-
name: "String"
|
|
3969
|
-
}
|
|
3970
|
-
},
|
|
3971
|
-
score: {
|
|
3972
|
-
serializedName: "score",
|
|
3973
|
-
readOnly: true,
|
|
3974
|
-
type: {
|
|
3975
|
-
name: "Number"
|
|
3976
|
-
}
|
|
3977
4139
|
}
|
|
3978
4140
|
}
|
|
3979
4141
|
}
|
|
3980
4142
|
};
|
|
3981
|
-
export const
|
|
4143
|
+
export const JobConfigurationManualTriggerConfig = {
|
|
3982
4144
|
type: {
|
|
3983
4145
|
name: "Composite",
|
|
3984
|
-
className: "
|
|
4146
|
+
className: "JobConfigurationManualTriggerConfig",
|
|
3985
4147
|
modelProperties: {
|
|
3986
|
-
|
|
3987
|
-
serializedName: "
|
|
3988
|
-
readOnly: true,
|
|
4148
|
+
replicaCompletionCount: {
|
|
4149
|
+
serializedName: "replicaCompletionCount",
|
|
3989
4150
|
type: {
|
|
3990
|
-
name: "
|
|
4151
|
+
name: "Number"
|
|
3991
4152
|
}
|
|
3992
4153
|
},
|
|
3993
|
-
|
|
3994
|
-
serializedName: "
|
|
3995
|
-
readOnly: true,
|
|
4154
|
+
parallelism: {
|
|
4155
|
+
serializedName: "parallelism",
|
|
3996
4156
|
type: {
|
|
3997
|
-
name: "
|
|
4157
|
+
name: "Number"
|
|
3998
4158
|
}
|
|
3999
4159
|
}
|
|
4000
4160
|
}
|
|
4001
4161
|
}
|
|
4002
4162
|
};
|
|
4003
|
-
export const
|
|
4163
|
+
export const JobConfigurationScheduleTriggerConfig = {
|
|
4004
4164
|
type: {
|
|
4005
4165
|
name: "Composite",
|
|
4006
|
-
className: "
|
|
4166
|
+
className: "JobConfigurationScheduleTriggerConfig",
|
|
4007
4167
|
modelProperties: {
|
|
4008
|
-
|
|
4009
|
-
serializedName: "
|
|
4168
|
+
replicaCompletionCount: {
|
|
4169
|
+
serializedName: "replicaCompletionCount",
|
|
4010
4170
|
type: {
|
|
4011
|
-
name: "
|
|
4012
|
-
className: "DiagnosticDataTableResponseObject"
|
|
4171
|
+
name: "Number"
|
|
4013
4172
|
}
|
|
4014
4173
|
},
|
|
4015
|
-
|
|
4016
|
-
serializedName: "
|
|
4017
|
-
|
|
4018
|
-
name: "Composite",
|
|
4019
|
-
className: "DiagnosticRendering"
|
|
4020
|
-
}
|
|
4021
|
-
}
|
|
4022
|
-
}
|
|
4023
|
-
}
|
|
4024
|
-
};
|
|
4025
|
-
export const DiagnosticDataTableResponseObject = {
|
|
4026
|
-
type: {
|
|
4027
|
-
name: "Composite",
|
|
4028
|
-
className: "DiagnosticDataTableResponseObject",
|
|
4029
|
-
modelProperties: {
|
|
4030
|
-
tableName: {
|
|
4031
|
-
serializedName: "tableName",
|
|
4174
|
+
cronExpression: {
|
|
4175
|
+
serializedName: "cronExpression",
|
|
4176
|
+
required: true,
|
|
4032
4177
|
type: {
|
|
4033
4178
|
name: "String"
|
|
4034
4179
|
}
|
|
4035
4180
|
},
|
|
4036
|
-
|
|
4037
|
-
serializedName: "
|
|
4038
|
-
type: {
|
|
4039
|
-
name: "Sequence",
|
|
4040
|
-
element: {
|
|
4041
|
-
type: {
|
|
4042
|
-
name: "Composite",
|
|
4043
|
-
className: "DiagnosticDataTableResponseColumn"
|
|
4044
|
-
}
|
|
4045
|
-
}
|
|
4046
|
-
}
|
|
4047
|
-
},
|
|
4048
|
-
rows: {
|
|
4049
|
-
serializedName: "rows",
|
|
4181
|
+
parallelism: {
|
|
4182
|
+
serializedName: "parallelism",
|
|
4050
4183
|
type: {
|
|
4051
|
-
name: "
|
|
4052
|
-
element: {
|
|
4053
|
-
type: {
|
|
4054
|
-
name: "Dictionary",
|
|
4055
|
-
value: { type: { name: "any" } }
|
|
4056
|
-
}
|
|
4057
|
-
}
|
|
4184
|
+
name: "Number"
|
|
4058
4185
|
}
|
|
4059
4186
|
}
|
|
4060
4187
|
}
|
|
4061
4188
|
}
|
|
4062
4189
|
};
|
|
4063
|
-
export const
|
|
4190
|
+
export const JobConfigurationEventTriggerConfig = {
|
|
4064
4191
|
type: {
|
|
4065
4192
|
name: "Composite",
|
|
4066
|
-
className: "
|
|
4193
|
+
className: "JobConfigurationEventTriggerConfig",
|
|
4067
4194
|
modelProperties: {
|
|
4068
|
-
|
|
4069
|
-
serializedName: "
|
|
4195
|
+
replicaCompletionCount: {
|
|
4196
|
+
serializedName: "replicaCompletionCount",
|
|
4070
4197
|
type: {
|
|
4071
|
-
name: "
|
|
4198
|
+
name: "Number"
|
|
4072
4199
|
}
|
|
4073
4200
|
},
|
|
4074
|
-
|
|
4075
|
-
serializedName: "
|
|
4201
|
+
parallelism: {
|
|
4202
|
+
serializedName: "parallelism",
|
|
4076
4203
|
type: {
|
|
4077
|
-
name: "
|
|
4204
|
+
name: "Number"
|
|
4078
4205
|
}
|
|
4079
4206
|
},
|
|
4080
|
-
|
|
4081
|
-
serializedName: "
|
|
4207
|
+
scale: {
|
|
4208
|
+
serializedName: "scale",
|
|
4082
4209
|
type: {
|
|
4083
|
-
name: "
|
|
4210
|
+
name: "Composite",
|
|
4211
|
+
className: "JobScale"
|
|
4084
4212
|
}
|
|
4085
4213
|
}
|
|
4086
4214
|
}
|
|
4087
4215
|
}
|
|
4088
4216
|
};
|
|
4089
|
-
export const
|
|
4217
|
+
export const JobScale = {
|
|
4090
4218
|
type: {
|
|
4091
4219
|
name: "Composite",
|
|
4092
|
-
className: "
|
|
4220
|
+
className: "JobScale",
|
|
4093
4221
|
modelProperties: {
|
|
4094
|
-
|
|
4095
|
-
serializedName: "
|
|
4222
|
+
pollingInterval: {
|
|
4223
|
+
serializedName: "pollingInterval",
|
|
4096
4224
|
type: {
|
|
4097
4225
|
name: "Number"
|
|
4098
4226
|
}
|
|
4099
4227
|
},
|
|
4100
|
-
|
|
4101
|
-
|
|
4228
|
+
minExecutions: {
|
|
4229
|
+
defaultValue: 0,
|
|
4230
|
+
serializedName: "minExecutions",
|
|
4102
4231
|
type: {
|
|
4103
|
-
name: "
|
|
4232
|
+
name: "Number"
|
|
4104
4233
|
}
|
|
4105
4234
|
},
|
|
4106
|
-
|
|
4107
|
-
|
|
4235
|
+
maxExecutions: {
|
|
4236
|
+
defaultValue: 100,
|
|
4237
|
+
serializedName: "maxExecutions",
|
|
4108
4238
|
type: {
|
|
4109
|
-
name: "
|
|
4239
|
+
name: "Number"
|
|
4110
4240
|
}
|
|
4111
4241
|
},
|
|
4112
|
-
|
|
4113
|
-
serializedName: "
|
|
4242
|
+
rules: {
|
|
4243
|
+
serializedName: "rules",
|
|
4114
4244
|
type: {
|
|
4115
|
-
name: "
|
|
4245
|
+
name: "Sequence",
|
|
4246
|
+
element: {
|
|
4247
|
+
type: {
|
|
4248
|
+
name: "Composite",
|
|
4249
|
+
className: "JobScaleRule"
|
|
4250
|
+
}
|
|
4251
|
+
}
|
|
4116
4252
|
}
|
|
4117
4253
|
}
|
|
4118
4254
|
}
|
|
4119
4255
|
}
|
|
4120
4256
|
};
|
|
4121
|
-
export const
|
|
4257
|
+
export const JobScaleRule = {
|
|
4122
4258
|
type: {
|
|
4123
4259
|
name: "Composite",
|
|
4124
|
-
className: "
|
|
4260
|
+
className: "JobScaleRule",
|
|
4125
4261
|
modelProperties: {
|
|
4126
|
-
|
|
4127
|
-
serializedName: "
|
|
4262
|
+
name: {
|
|
4263
|
+
serializedName: "name",
|
|
4128
4264
|
type: {
|
|
4129
4265
|
name: "String"
|
|
4130
4266
|
}
|
|
4131
4267
|
},
|
|
4132
|
-
|
|
4133
|
-
serializedName: "
|
|
4268
|
+
type: {
|
|
4269
|
+
serializedName: "type",
|
|
4134
4270
|
type: {
|
|
4135
|
-
name: "
|
|
4271
|
+
name: "String"
|
|
4272
|
+
}
|
|
4273
|
+
},
|
|
4274
|
+
metadata: {
|
|
4275
|
+
serializedName: "metadata",
|
|
4276
|
+
type: {
|
|
4277
|
+
name: "Dictionary",
|
|
4278
|
+
value: { type: { name: "any" } }
|
|
4279
|
+
}
|
|
4280
|
+
},
|
|
4281
|
+
auth: {
|
|
4282
|
+
serializedName: "auth",
|
|
4283
|
+
type: {
|
|
4284
|
+
name: "Sequence",
|
|
4285
|
+
element: {
|
|
4286
|
+
type: {
|
|
4287
|
+
name: "Composite",
|
|
4288
|
+
className: "ScaleRuleAuth"
|
|
4289
|
+
}
|
|
4290
|
+
}
|
|
4136
4291
|
}
|
|
4137
4292
|
}
|
|
4138
4293
|
}
|
|
4139
4294
|
}
|
|
4140
4295
|
};
|
|
4141
|
-
export const
|
|
4296
|
+
export const JobTemplate = {
|
|
4142
4297
|
type: {
|
|
4143
4298
|
name: "Composite",
|
|
4144
|
-
className: "
|
|
4299
|
+
className: "JobTemplate",
|
|
4145
4300
|
modelProperties: {
|
|
4146
|
-
|
|
4147
|
-
serializedName: "
|
|
4301
|
+
initContainers: {
|
|
4302
|
+
serializedName: "initContainers",
|
|
4148
4303
|
type: {
|
|
4149
|
-
name: "
|
|
4304
|
+
name: "Sequence",
|
|
4305
|
+
element: {
|
|
4306
|
+
type: {
|
|
4307
|
+
name: "Composite",
|
|
4308
|
+
className: "InitContainer"
|
|
4309
|
+
}
|
|
4310
|
+
}
|
|
4150
4311
|
}
|
|
4151
4312
|
},
|
|
4152
|
-
|
|
4153
|
-
serializedName: "
|
|
4313
|
+
containers: {
|
|
4314
|
+
serializedName: "containers",
|
|
4154
4315
|
type: {
|
|
4155
4316
|
name: "Sequence",
|
|
4156
4317
|
element: {
|
|
4157
4318
|
type: {
|
|
4158
4319
|
name: "Composite",
|
|
4159
|
-
className: "
|
|
4320
|
+
className: "Container"
|
|
4321
|
+
}
|
|
4322
|
+
}
|
|
4323
|
+
}
|
|
4324
|
+
},
|
|
4325
|
+
volumes: {
|
|
4326
|
+
serializedName: "volumes",
|
|
4327
|
+
type: {
|
|
4328
|
+
name: "Sequence",
|
|
4329
|
+
element: {
|
|
4330
|
+
type: {
|
|
4331
|
+
name: "Composite",
|
|
4332
|
+
className: "Volume"
|
|
4160
4333
|
}
|
|
4161
4334
|
}
|
|
4162
4335
|
}
|
|
@@ -4164,57 +4337,73 @@ export const DiagnosticDataProviderMetadata = {
|
|
|
4164
4337
|
}
|
|
4165
4338
|
}
|
|
4166
4339
|
};
|
|
4167
|
-
export const
|
|
4340
|
+
export const JobPatchProperties = {
|
|
4168
4341
|
type: {
|
|
4169
4342
|
name: "Composite",
|
|
4170
|
-
className: "
|
|
4343
|
+
className: "JobPatchProperties",
|
|
4171
4344
|
modelProperties: {
|
|
4172
|
-
|
|
4173
|
-
serializedName: "
|
|
4345
|
+
identity: {
|
|
4346
|
+
serializedName: "identity",
|
|
4174
4347
|
type: {
|
|
4175
|
-
name: "
|
|
4348
|
+
name: "Composite",
|
|
4349
|
+
className: "ManagedServiceIdentity"
|
|
4176
4350
|
}
|
|
4177
4351
|
},
|
|
4178
|
-
|
|
4179
|
-
serializedName: "
|
|
4352
|
+
tags: {
|
|
4353
|
+
serializedName: "tags",
|
|
4180
4354
|
type: {
|
|
4181
|
-
name: "
|
|
4355
|
+
name: "Dictionary",
|
|
4356
|
+
value: { type: { name: "String" } }
|
|
4357
|
+
}
|
|
4358
|
+
},
|
|
4359
|
+
properties: {
|
|
4360
|
+
serializedName: "properties",
|
|
4361
|
+
type: {
|
|
4362
|
+
name: "Composite",
|
|
4363
|
+
className: "JobPatchPropertiesProperties"
|
|
4182
4364
|
}
|
|
4183
4365
|
}
|
|
4184
4366
|
}
|
|
4185
4367
|
}
|
|
4186
4368
|
};
|
|
4187
|
-
export const
|
|
4369
|
+
export const JobPatchPropertiesProperties = {
|
|
4188
4370
|
type: {
|
|
4189
4371
|
name: "Composite",
|
|
4190
|
-
className: "
|
|
4372
|
+
className: "JobPatchPropertiesProperties",
|
|
4191
4373
|
modelProperties: {
|
|
4192
|
-
|
|
4193
|
-
serializedName: "
|
|
4374
|
+
environmentId: {
|
|
4375
|
+
serializedName: "environmentId",
|
|
4194
4376
|
type: {
|
|
4195
|
-
name: "
|
|
4377
|
+
name: "String"
|
|
4196
4378
|
}
|
|
4197
4379
|
},
|
|
4198
|
-
|
|
4199
|
-
serializedName: "
|
|
4380
|
+
configuration: {
|
|
4381
|
+
serializedName: "configuration",
|
|
4200
4382
|
type: {
|
|
4201
|
-
name: "
|
|
4383
|
+
name: "Composite",
|
|
4384
|
+
className: "JobConfiguration"
|
|
4202
4385
|
}
|
|
4203
4386
|
},
|
|
4204
|
-
|
|
4205
|
-
serializedName: "
|
|
4387
|
+
template: {
|
|
4388
|
+
serializedName: "template",
|
|
4206
4389
|
type: {
|
|
4207
|
-
name: "
|
|
4390
|
+
name: "Composite",
|
|
4391
|
+
className: "JobTemplate"
|
|
4208
4392
|
}
|
|
4209
4393
|
},
|
|
4210
|
-
|
|
4211
|
-
serializedName: "
|
|
4394
|
+
outboundIpAddresses: {
|
|
4395
|
+
serializedName: "outboundIpAddresses",
|
|
4212
4396
|
type: {
|
|
4213
|
-
name: "
|
|
4397
|
+
name: "Sequence",
|
|
4398
|
+
element: {
|
|
4399
|
+
type: {
|
|
4400
|
+
name: "String"
|
|
4401
|
+
}
|
|
4402
|
+
}
|
|
4214
4403
|
}
|
|
4215
4404
|
},
|
|
4216
|
-
|
|
4217
|
-
serializedName: "
|
|
4405
|
+
eventStreamEndpoint: {
|
|
4406
|
+
serializedName: "eventStreamEndpoint",
|
|
4218
4407
|
type: {
|
|
4219
4408
|
name: "String"
|
|
4220
4409
|
}
|
|
@@ -4222,104 +4411,112 @@ export const VnetConfiguration = {
|
|
|
4222
4411
|
}
|
|
4223
4412
|
}
|
|
4224
4413
|
};
|
|
4225
|
-
export const
|
|
4414
|
+
export const JobExecutionTemplate = {
|
|
4226
4415
|
type: {
|
|
4227
4416
|
name: "Composite",
|
|
4228
|
-
className: "
|
|
4417
|
+
className: "JobExecutionTemplate",
|
|
4229
4418
|
modelProperties: {
|
|
4230
|
-
|
|
4231
|
-
serializedName: "
|
|
4419
|
+
containers: {
|
|
4420
|
+
serializedName: "containers",
|
|
4232
4421
|
type: {
|
|
4233
|
-
name: "
|
|
4422
|
+
name: "Sequence",
|
|
4423
|
+
element: {
|
|
4424
|
+
type: {
|
|
4425
|
+
name: "Composite",
|
|
4426
|
+
className: "JobExecutionContainer"
|
|
4427
|
+
}
|
|
4428
|
+
}
|
|
4234
4429
|
}
|
|
4235
4430
|
},
|
|
4236
|
-
|
|
4237
|
-
serializedName: "
|
|
4431
|
+
initContainers: {
|
|
4432
|
+
serializedName: "initContainers",
|
|
4238
4433
|
type: {
|
|
4239
|
-
name: "
|
|
4240
|
-
|
|
4434
|
+
name: "Sequence",
|
|
4435
|
+
element: {
|
|
4436
|
+
type: {
|
|
4437
|
+
name: "Composite",
|
|
4438
|
+
className: "JobExecutionContainer"
|
|
4439
|
+
}
|
|
4440
|
+
}
|
|
4241
4441
|
}
|
|
4242
4442
|
}
|
|
4243
4443
|
}
|
|
4244
4444
|
}
|
|
4245
4445
|
};
|
|
4246
|
-
export const
|
|
4446
|
+
export const JobExecutionContainer = {
|
|
4247
4447
|
type: {
|
|
4248
4448
|
name: "Composite",
|
|
4249
|
-
className: "
|
|
4449
|
+
className: "JobExecutionContainer",
|
|
4250
4450
|
modelProperties: {
|
|
4251
|
-
|
|
4252
|
-
serializedName: "
|
|
4451
|
+
image: {
|
|
4452
|
+
serializedName: "image",
|
|
4253
4453
|
type: {
|
|
4254
4454
|
name: "String"
|
|
4255
4455
|
}
|
|
4256
4456
|
},
|
|
4257
|
-
sharedKey: {
|
|
4258
|
-
serializedName: "sharedKey",
|
|
4259
|
-
type: {
|
|
4260
|
-
name: "String"
|
|
4261
|
-
}
|
|
4262
|
-
}
|
|
4263
|
-
}
|
|
4264
|
-
}
|
|
4265
|
-
};
|
|
4266
|
-
export const WorkloadProfile = {
|
|
4267
|
-
type: {
|
|
4268
|
-
name: "Composite",
|
|
4269
|
-
className: "WorkloadProfile",
|
|
4270
|
-
modelProperties: {
|
|
4271
4457
|
name: {
|
|
4272
4458
|
serializedName: "name",
|
|
4273
|
-
required: true,
|
|
4274
4459
|
type: {
|
|
4275
4460
|
name: "String"
|
|
4276
4461
|
}
|
|
4277
4462
|
},
|
|
4278
|
-
|
|
4279
|
-
serializedName: "
|
|
4280
|
-
required: true,
|
|
4463
|
+
command: {
|
|
4464
|
+
serializedName: "command",
|
|
4281
4465
|
type: {
|
|
4282
|
-
name: "
|
|
4466
|
+
name: "Sequence",
|
|
4467
|
+
element: {
|
|
4468
|
+
type: {
|
|
4469
|
+
name: "String"
|
|
4470
|
+
}
|
|
4471
|
+
}
|
|
4283
4472
|
}
|
|
4284
4473
|
},
|
|
4285
|
-
|
|
4286
|
-
serializedName: "
|
|
4474
|
+
args: {
|
|
4475
|
+
serializedName: "args",
|
|
4287
4476
|
type: {
|
|
4288
|
-
name: "
|
|
4477
|
+
name: "Sequence",
|
|
4478
|
+
element: {
|
|
4479
|
+
type: {
|
|
4480
|
+
name: "String"
|
|
4481
|
+
}
|
|
4482
|
+
}
|
|
4289
4483
|
}
|
|
4290
4484
|
},
|
|
4291
|
-
|
|
4292
|
-
serializedName: "
|
|
4485
|
+
env: {
|
|
4486
|
+
serializedName: "env",
|
|
4293
4487
|
type: {
|
|
4294
|
-
name: "
|
|
4488
|
+
name: "Sequence",
|
|
4489
|
+
element: {
|
|
4490
|
+
type: {
|
|
4491
|
+
name: "Composite",
|
|
4492
|
+
className: "EnvironmentVar"
|
|
4493
|
+
}
|
|
4494
|
+
}
|
|
4495
|
+
}
|
|
4496
|
+
},
|
|
4497
|
+
resources: {
|
|
4498
|
+
serializedName: "resources",
|
|
4499
|
+
type: {
|
|
4500
|
+
name: "Composite",
|
|
4501
|
+
className: "ContainerResources"
|
|
4295
4502
|
}
|
|
4296
4503
|
}
|
|
4297
4504
|
}
|
|
4298
4505
|
}
|
|
4299
4506
|
};
|
|
4300
|
-
export const
|
|
4507
|
+
export const JobExecutionBase = {
|
|
4301
4508
|
type: {
|
|
4302
4509
|
name: "Composite",
|
|
4303
|
-
className: "
|
|
4510
|
+
className: "JobExecutionBase",
|
|
4304
4511
|
modelProperties: {
|
|
4305
|
-
|
|
4306
|
-
serializedName: "
|
|
4307
|
-
readOnly: true,
|
|
4512
|
+
name: {
|
|
4513
|
+
serializedName: "name",
|
|
4308
4514
|
type: {
|
|
4309
4515
|
name: "String"
|
|
4310
4516
|
}
|
|
4311
|
-
}
|
|
4312
|
-
|
|
4313
|
-
|
|
4314
|
-
};
|
|
4315
|
-
export const DaprConfiguration = {
|
|
4316
|
-
type: {
|
|
4317
|
-
name: "Composite",
|
|
4318
|
-
className: "DaprConfiguration",
|
|
4319
|
-
modelProperties: {
|
|
4320
|
-
version: {
|
|
4321
|
-
serializedName: "version",
|
|
4322
|
-
readOnly: true,
|
|
4517
|
+
},
|
|
4518
|
+
id: {
|
|
4519
|
+
serializedName: "id",
|
|
4323
4520
|
type: {
|
|
4324
4521
|
name: "String"
|
|
4325
4522
|
}
|
|
@@ -4327,25 +4524,27 @@ export const DaprConfiguration = {
|
|
|
4327
4524
|
}
|
|
4328
4525
|
}
|
|
4329
4526
|
};
|
|
4330
|
-
export const
|
|
4527
|
+
export const ContainerAppJobExecutions = {
|
|
4331
4528
|
type: {
|
|
4332
4529
|
name: "Composite",
|
|
4333
|
-
className: "
|
|
4530
|
+
className: "ContainerAppJobExecutions",
|
|
4334
4531
|
modelProperties: {
|
|
4335
4532
|
value: {
|
|
4336
4533
|
serializedName: "value",
|
|
4534
|
+
required: true,
|
|
4337
4535
|
type: {
|
|
4338
4536
|
name: "Sequence",
|
|
4339
4537
|
element: {
|
|
4340
4538
|
type: {
|
|
4341
4539
|
name: "Composite",
|
|
4342
|
-
className: "
|
|
4540
|
+
className: "JobExecution"
|
|
4343
4541
|
}
|
|
4344
4542
|
}
|
|
4345
4543
|
}
|
|
4346
4544
|
},
|
|
4347
4545
|
nextLink: {
|
|
4348
4546
|
serializedName: "nextLink",
|
|
4547
|
+
readOnly: true,
|
|
4349
4548
|
type: {
|
|
4350
4549
|
name: "String"
|
|
4351
4550
|
}
|
|
@@ -4353,67 +4552,75 @@ export const AvailableOperations = {
|
|
|
4353
4552
|
}
|
|
4354
4553
|
}
|
|
4355
4554
|
};
|
|
4356
|
-
export const
|
|
4357
|
-
type: {
|
|
4358
|
-
name: "Composite",
|
|
4359
|
-
className: "OperationDetail",
|
|
4360
|
-
modelProperties: {
|
|
4361
|
-
name: {
|
|
4362
|
-
serializedName: "name",
|
|
4363
|
-
type: {
|
|
4364
|
-
name: "String"
|
|
4365
|
-
}
|
|
4366
|
-
},
|
|
4367
|
-
isDataAction: {
|
|
4368
|
-
serializedName: "isDataAction",
|
|
4369
|
-
type: {
|
|
4370
|
-
name: "Boolean"
|
|
4371
|
-
}
|
|
4372
|
-
},
|
|
4373
|
-
display: {
|
|
4374
|
-
serializedName: "display",
|
|
4375
|
-
type: {
|
|
4376
|
-
name: "Composite",
|
|
4377
|
-
className: "OperationDisplay"
|
|
4378
|
-
}
|
|
4379
|
-
},
|
|
4380
|
-
origin: {
|
|
4381
|
-
serializedName: "origin",
|
|
4382
|
-
type: {
|
|
4383
|
-
name: "String"
|
|
4384
|
-
}
|
|
4385
|
-
}
|
|
4386
|
-
}
|
|
4387
|
-
}
|
|
4388
|
-
};
|
|
4389
|
-
export const OperationDisplay = {
|
|
4555
|
+
export const JobExecution = {
|
|
4390
4556
|
type: {
|
|
4391
4557
|
name: "Composite",
|
|
4392
|
-
className: "
|
|
4558
|
+
className: "JobExecution",
|
|
4393
4559
|
modelProperties: {
|
|
4394
|
-
|
|
4395
|
-
serializedName: "
|
|
4560
|
+
name: {
|
|
4561
|
+
serializedName: "name",
|
|
4396
4562
|
type: {
|
|
4397
4563
|
name: "String"
|
|
4398
4564
|
}
|
|
4399
4565
|
},
|
|
4400
|
-
|
|
4401
|
-
serializedName: "
|
|
4566
|
+
id: {
|
|
4567
|
+
serializedName: "id",
|
|
4402
4568
|
type: {
|
|
4403
4569
|
name: "String"
|
|
4404
4570
|
}
|
|
4405
4571
|
},
|
|
4406
|
-
|
|
4407
|
-
serializedName: "
|
|
4572
|
+
type: {
|
|
4573
|
+
serializedName: "type",
|
|
4408
4574
|
type: {
|
|
4409
4575
|
name: "String"
|
|
4410
4576
|
}
|
|
4411
4577
|
},
|
|
4412
|
-
|
|
4413
|
-
serializedName: "
|
|
4578
|
+
status: {
|
|
4579
|
+
serializedName: "status",
|
|
4580
|
+
readOnly: true,
|
|
4414
4581
|
type: {
|
|
4415
4582
|
name: "String"
|
|
4416
4583
|
}
|
|
4584
|
+
},
|
|
4585
|
+
startTime: {
|
|
4586
|
+
serializedName: "startTime",
|
|
4587
|
+
type: {
|
|
4588
|
+
name: "DateTime"
|
|
4589
|
+
}
|
|
4590
|
+
},
|
|
4591
|
+
endTime: {
|
|
4592
|
+
serializedName: "endTime",
|
|
4593
|
+
type: {
|
|
4594
|
+
name: "DateTime"
|
|
4595
|
+
}
|
|
4596
|
+
},
|
|
4597
|
+
template: {
|
|
4598
|
+
serializedName: "template",
|
|
4599
|
+
type: {
|
|
4600
|
+
name: "Composite",
|
|
4601
|
+
className: "JobExecutionTemplate"
|
|
4602
|
+
}
|
|
4603
|
+
}
|
|
4604
|
+
}
|
|
4605
|
+
}
|
|
4606
|
+
};
|
|
4607
|
+
export const JobSecretsCollection = {
|
|
4608
|
+
type: {
|
|
4609
|
+
name: "Composite",
|
|
4610
|
+
className: "JobSecretsCollection",
|
|
4611
|
+
modelProperties: {
|
|
4612
|
+
value: {
|
|
4613
|
+
serializedName: "value",
|
|
4614
|
+
required: true,
|
|
4615
|
+
type: {
|
|
4616
|
+
name: "Sequence",
|
|
4617
|
+
element: {
|
|
4618
|
+
type: {
|
|
4619
|
+
name: "Composite",
|
|
4620
|
+
className: "Secret"
|
|
4621
|
+
}
|
|
4622
|
+
}
|
|
4623
|
+
}
|
|
4417
4624
|
}
|
|
4418
4625
|
}
|
|
4419
4626
|
}
|
|
@@ -4673,6 +4880,12 @@ export const GithubActionConfiguration = {
|
|
|
4673
4880
|
name: "String"
|
|
4674
4881
|
}
|
|
4675
4882
|
},
|
|
4883
|
+
githubPersonalAccessToken: {
|
|
4884
|
+
serializedName: "githubPersonalAccessToken",
|
|
4885
|
+
type: {
|
|
4886
|
+
name: "String"
|
|
4887
|
+
}
|
|
4888
|
+
},
|
|
4676
4889
|
image: {
|
|
4677
4890
|
serializedName: "image",
|
|
4678
4891
|
type: {
|
|
@@ -4755,6 +4968,12 @@ export const AzureCredentials = {
|
|
|
4755
4968
|
name: "String"
|
|
4756
4969
|
}
|
|
4757
4970
|
},
|
|
4971
|
+
kind: {
|
|
4972
|
+
serializedName: "kind",
|
|
4973
|
+
type: {
|
|
4974
|
+
name: "String"
|
|
4975
|
+
}
|
|
4976
|
+
},
|
|
4758
4977
|
subscriptionId: {
|
|
4759
4978
|
serializedName: "subscriptionId",
|
|
4760
4979
|
type: {
|
|
@@ -4764,6 +4983,27 @@ export const AzureCredentials = {
|
|
|
4764
4983
|
}
|
|
4765
4984
|
}
|
|
4766
4985
|
};
|
|
4986
|
+
export const JobExecutionNamesCollection = {
|
|
4987
|
+
type: {
|
|
4988
|
+
name: "Composite",
|
|
4989
|
+
className: "JobExecutionNamesCollection",
|
|
4990
|
+
modelProperties: {
|
|
4991
|
+
value: {
|
|
4992
|
+
serializedName: "value",
|
|
4993
|
+
required: true,
|
|
4994
|
+
type: {
|
|
4995
|
+
name: "Sequence",
|
|
4996
|
+
element: {
|
|
4997
|
+
type: {
|
|
4998
|
+
name: "Composite",
|
|
4999
|
+
className: "JobExecutionBase"
|
|
5000
|
+
}
|
|
5001
|
+
}
|
|
5002
|
+
}
|
|
5003
|
+
}
|
|
5004
|
+
}
|
|
5005
|
+
}
|
|
5006
|
+
};
|
|
4767
5007
|
export const ProxyResource = {
|
|
4768
5008
|
type: {
|
|
4769
5009
|
name: "Composite",
|
|
@@ -5030,6 +5270,12 @@ export const Revision = {
|
|
|
5030
5270
|
type: {
|
|
5031
5271
|
name: "String"
|
|
5032
5272
|
}
|
|
5273
|
+
}, runningState: {
|
|
5274
|
+
serializedName: "properties.runningState",
|
|
5275
|
+
readOnly: true,
|
|
5276
|
+
type: {
|
|
5277
|
+
name: "String"
|
|
5278
|
+
}
|
|
5033
5279
|
} })
|
|
5034
5280
|
}
|
|
5035
5281
|
};
|
|
@@ -5043,6 +5289,18 @@ export const Replica = {
|
|
|
5043
5289
|
type: {
|
|
5044
5290
|
name: "DateTime"
|
|
5045
5291
|
}
|
|
5292
|
+
}, runningState: {
|
|
5293
|
+
serializedName: "properties.runningState",
|
|
5294
|
+
readOnly: true,
|
|
5295
|
+
type: {
|
|
5296
|
+
name: "String"
|
|
5297
|
+
}
|
|
5298
|
+
}, runningStateDetails: {
|
|
5299
|
+
serializedName: "properties.runningStateDetails",
|
|
5300
|
+
readOnly: true,
|
|
5301
|
+
type: {
|
|
5302
|
+
name: "String"
|
|
5303
|
+
}
|
|
5046
5304
|
}, containers: {
|
|
5047
5305
|
serializedName: "properties.containers",
|
|
5048
5306
|
type: {
|
|
@@ -5054,6 +5312,17 @@ export const Replica = {
|
|
|
5054
5312
|
}
|
|
5055
5313
|
}
|
|
5056
5314
|
}
|
|
5315
|
+
}, initContainers: {
|
|
5316
|
+
serializedName: "properties.initContainers",
|
|
5317
|
+
type: {
|
|
5318
|
+
name: "Sequence",
|
|
5319
|
+
element: {
|
|
5320
|
+
type: {
|
|
5321
|
+
name: "Composite",
|
|
5322
|
+
className: "ReplicaContainer"
|
|
5323
|
+
}
|
|
5324
|
+
}
|
|
5325
|
+
}
|
|
5057
5326
|
} })
|
|
5058
5327
|
}
|
|
5059
5328
|
};
|
|
@@ -5302,64 +5571,6 @@ export const ContainerAppAuthToken = {
|
|
|
5302
5571
|
} })
|
|
5303
5572
|
}
|
|
5304
5573
|
};
|
|
5305
|
-
export const Job = {
|
|
5306
|
-
type: {
|
|
5307
|
-
name: "Composite",
|
|
5308
|
-
className: "Job",
|
|
5309
|
-
modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { identity: {
|
|
5310
|
-
serializedName: "identity",
|
|
5311
|
-
type: {
|
|
5312
|
-
name: "Composite",
|
|
5313
|
-
className: "ManagedServiceIdentity"
|
|
5314
|
-
}
|
|
5315
|
-
}, provisioningState: {
|
|
5316
|
-
serializedName: "properties.provisioningState",
|
|
5317
|
-
readOnly: true,
|
|
5318
|
-
type: {
|
|
5319
|
-
name: "String"
|
|
5320
|
-
}
|
|
5321
|
-
}, environmentId: {
|
|
5322
|
-
serializedName: "properties.environmentId",
|
|
5323
|
-
type: {
|
|
5324
|
-
name: "String"
|
|
5325
|
-
}
|
|
5326
|
-
}, workloadProfileName: {
|
|
5327
|
-
serializedName: "properties.workloadProfileName",
|
|
5328
|
-
type: {
|
|
5329
|
-
name: "String"
|
|
5330
|
-
}
|
|
5331
|
-
}, configuration: {
|
|
5332
|
-
serializedName: "properties.configuration",
|
|
5333
|
-
type: {
|
|
5334
|
-
name: "Composite",
|
|
5335
|
-
className: "JobConfiguration"
|
|
5336
|
-
}
|
|
5337
|
-
}, template: {
|
|
5338
|
-
serializedName: "properties.template",
|
|
5339
|
-
type: {
|
|
5340
|
-
name: "Composite",
|
|
5341
|
-
className: "JobTemplate"
|
|
5342
|
-
}
|
|
5343
|
-
}, outboundIpAddresses: {
|
|
5344
|
-
serializedName: "properties.outboundIpAddresses",
|
|
5345
|
-
readOnly: true,
|
|
5346
|
-
type: {
|
|
5347
|
-
name: "Sequence",
|
|
5348
|
-
element: {
|
|
5349
|
-
type: {
|
|
5350
|
-
name: "String"
|
|
5351
|
-
}
|
|
5352
|
-
}
|
|
5353
|
-
}
|
|
5354
|
-
}, eventStreamEndpoint: {
|
|
5355
|
-
serializedName: "properties.eventStreamEndpoint",
|
|
5356
|
-
readOnly: true,
|
|
5357
|
-
type: {
|
|
5358
|
-
name: "String"
|
|
5359
|
-
}
|
|
5360
|
-
} })
|
|
5361
|
-
}
|
|
5362
|
-
};
|
|
5363
5574
|
export const ManagedEnvironment = {
|
|
5364
5575
|
type: {
|
|
5365
5576
|
name: "Composite",
|
|
@@ -5460,6 +5671,70 @@ export const ManagedEnvironment = {
|
|
|
5460
5671
|
type: {
|
|
5461
5672
|
name: "String"
|
|
5462
5673
|
}
|
|
5674
|
+
}, peerAuthentication: {
|
|
5675
|
+
serializedName: "properties.peerAuthentication",
|
|
5676
|
+
type: {
|
|
5677
|
+
name: "Composite",
|
|
5678
|
+
className: "ManagedEnvironmentPropertiesPeerAuthentication"
|
|
5679
|
+
}
|
|
5680
|
+
} })
|
|
5681
|
+
}
|
|
5682
|
+
};
|
|
5683
|
+
export const Job = {
|
|
5684
|
+
type: {
|
|
5685
|
+
name: "Composite",
|
|
5686
|
+
className: "Job",
|
|
5687
|
+
modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { identity: {
|
|
5688
|
+
serializedName: "identity",
|
|
5689
|
+
type: {
|
|
5690
|
+
name: "Composite",
|
|
5691
|
+
className: "ManagedServiceIdentity"
|
|
5692
|
+
}
|
|
5693
|
+
}, provisioningState: {
|
|
5694
|
+
serializedName: "properties.provisioningState",
|
|
5695
|
+
readOnly: true,
|
|
5696
|
+
type: {
|
|
5697
|
+
name: "String"
|
|
5698
|
+
}
|
|
5699
|
+
}, environmentId: {
|
|
5700
|
+
serializedName: "properties.environmentId",
|
|
5701
|
+
type: {
|
|
5702
|
+
name: "String"
|
|
5703
|
+
}
|
|
5704
|
+
}, workloadProfileName: {
|
|
5705
|
+
serializedName: "properties.workloadProfileName",
|
|
5706
|
+
type: {
|
|
5707
|
+
name: "String"
|
|
5708
|
+
}
|
|
5709
|
+
}, configuration: {
|
|
5710
|
+
serializedName: "properties.configuration",
|
|
5711
|
+
type: {
|
|
5712
|
+
name: "Composite",
|
|
5713
|
+
className: "JobConfiguration"
|
|
5714
|
+
}
|
|
5715
|
+
}, template: {
|
|
5716
|
+
serializedName: "properties.template",
|
|
5717
|
+
type: {
|
|
5718
|
+
name: "Composite",
|
|
5719
|
+
className: "JobTemplate"
|
|
5720
|
+
}
|
|
5721
|
+
}, outboundIpAddresses: {
|
|
5722
|
+
serializedName: "properties.outboundIpAddresses",
|
|
5723
|
+
readOnly: true,
|
|
5724
|
+
type: {
|
|
5725
|
+
name: "Sequence",
|
|
5726
|
+
element: {
|
|
5727
|
+
type: {
|
|
5728
|
+
name: "String"
|
|
5729
|
+
}
|
|
5730
|
+
}
|
|
5731
|
+
}
|
|
5732
|
+
}, eventStreamEndpoint: {
|
|
5733
|
+
serializedName: "properties.eventStreamEndpoint",
|
|
5734
|
+
readOnly: true,
|
|
5735
|
+
type: {
|
|
5736
|
+
name: "String"
|
|
5737
|
+
}
|
|
5463
5738
|
} })
|
|
5464
5739
|
}
|
|
5465
5740
|
};
|
|
@@ -5537,6 +5812,34 @@ export const ContainerAppsUpdateHeaders = {
|
|
|
5537
5812
|
}
|
|
5538
5813
|
}
|
|
5539
5814
|
};
|
|
5815
|
+
export const ContainerAppsStartHeaders = {
|
|
5816
|
+
type: {
|
|
5817
|
+
name: "Composite",
|
|
5818
|
+
className: "ContainerAppsStartHeaders",
|
|
5819
|
+
modelProperties: {
|
|
5820
|
+
location: {
|
|
5821
|
+
serializedName: "location",
|
|
5822
|
+
type: {
|
|
5823
|
+
name: "String"
|
|
5824
|
+
}
|
|
5825
|
+
}
|
|
5826
|
+
}
|
|
5827
|
+
}
|
|
5828
|
+
};
|
|
5829
|
+
export const ContainerAppsStopHeaders = {
|
|
5830
|
+
type: {
|
|
5831
|
+
name: "Composite",
|
|
5832
|
+
className: "ContainerAppsStopHeaders",
|
|
5833
|
+
modelProperties: {
|
|
5834
|
+
location: {
|
|
5835
|
+
serializedName: "location",
|
|
5836
|
+
type: {
|
|
5837
|
+
name: "String"
|
|
5838
|
+
}
|
|
5839
|
+
}
|
|
5840
|
+
}
|
|
5841
|
+
}
|
|
5842
|
+
};
|
|
5540
5843
|
export const JobsDeleteHeaders = {
|
|
5541
5844
|
type: {
|
|
5542
5845
|
name: "Composite",
|