@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
package/src/models/mappers.ts
CHANGED
|
@@ -2064,6 +2064,13 @@ export const Configuration: coreClient.CompositeMapper = {
|
|
|
2064
2064
|
type: {
|
|
2065
2065
|
name: "Number"
|
|
2066
2066
|
}
|
|
2067
|
+
},
|
|
2068
|
+
service: {
|
|
2069
|
+
serializedName: "service",
|
|
2070
|
+
type: {
|
|
2071
|
+
name: "Composite",
|
|
2072
|
+
className: "Service"
|
|
2073
|
+
}
|
|
2067
2074
|
}
|
|
2068
2075
|
}
|
|
2069
2076
|
}
|
|
@@ -2445,6 +2452,22 @@ export const Dapr: coreClient.CompositeMapper = {
|
|
|
2445
2452
|
}
|
|
2446
2453
|
};
|
|
2447
2454
|
|
|
2455
|
+
export const Service: coreClient.CompositeMapper = {
|
|
2456
|
+
type: {
|
|
2457
|
+
name: "Composite",
|
|
2458
|
+
className: "Service",
|
|
2459
|
+
modelProperties: {
|
|
2460
|
+
type: {
|
|
2461
|
+
serializedName: "type",
|
|
2462
|
+
required: true,
|
|
2463
|
+
type: {
|
|
2464
|
+
name: "String"
|
|
2465
|
+
}
|
|
2466
|
+
}
|
|
2467
|
+
}
|
|
2468
|
+
}
|
|
2469
|
+
};
|
|
2470
|
+
|
|
2448
2471
|
export const Template: coreClient.CompositeMapper = {
|
|
2449
2472
|
type: {
|
|
2450
2473
|
name: "Composite",
|
|
@@ -2456,6 +2479,12 @@ export const Template: coreClient.CompositeMapper = {
|
|
|
2456
2479
|
name: "String"
|
|
2457
2480
|
}
|
|
2458
2481
|
},
|
|
2482
|
+
terminationGracePeriodSeconds: {
|
|
2483
|
+
serializedName: "terminationGracePeriodSeconds",
|
|
2484
|
+
type: {
|
|
2485
|
+
name: "Number"
|
|
2486
|
+
}
|
|
2487
|
+
},
|
|
2459
2488
|
initContainers: {
|
|
2460
2489
|
serializedName: "initContainers",
|
|
2461
2490
|
type: {
|
|
@@ -2498,6 +2527,18 @@ export const Template: coreClient.CompositeMapper = {
|
|
|
2498
2527
|
}
|
|
2499
2528
|
}
|
|
2500
2529
|
}
|
|
2530
|
+
},
|
|
2531
|
+
serviceBinds: {
|
|
2532
|
+
serializedName: "serviceBinds",
|
|
2533
|
+
type: {
|
|
2534
|
+
name: "Sequence",
|
|
2535
|
+
element: {
|
|
2536
|
+
type: {
|
|
2537
|
+
name: "Composite",
|
|
2538
|
+
className: "ServiceBind"
|
|
2539
|
+
}
|
|
2540
|
+
}
|
|
2541
|
+
}
|
|
2501
2542
|
}
|
|
2502
2543
|
}
|
|
2503
2544
|
}
|
|
@@ -2648,6 +2689,12 @@ export const VolumeMount: coreClient.CompositeMapper = {
|
|
|
2648
2689
|
type: {
|
|
2649
2690
|
name: "String"
|
|
2650
2691
|
}
|
|
2692
|
+
},
|
|
2693
|
+
subPath: {
|
|
2694
|
+
serializedName: "subPath",
|
|
2695
|
+
type: {
|
|
2696
|
+
name: "String"
|
|
2697
|
+
}
|
|
2651
2698
|
}
|
|
2652
2699
|
}
|
|
2653
2700
|
}
|
|
@@ -3064,6 +3111,12 @@ export const Volume: coreClient.CompositeMapper = {
|
|
|
3064
3111
|
}
|
|
3065
3112
|
}
|
|
3066
3113
|
}
|
|
3114
|
+
},
|
|
3115
|
+
mountOptions: {
|
|
3116
|
+
serializedName: "mountOptions",
|
|
3117
|
+
type: {
|
|
3118
|
+
name: "String"
|
|
3119
|
+
}
|
|
3067
3120
|
}
|
|
3068
3121
|
}
|
|
3069
3122
|
}
|
|
@@ -3090,6 +3143,27 @@ export const SecretVolumeItem: coreClient.CompositeMapper = {
|
|
|
3090
3143
|
}
|
|
3091
3144
|
};
|
|
3092
3145
|
|
|
3146
|
+
export const ServiceBind: coreClient.CompositeMapper = {
|
|
3147
|
+
type: {
|
|
3148
|
+
name: "Composite",
|
|
3149
|
+
className: "ServiceBind",
|
|
3150
|
+
modelProperties: {
|
|
3151
|
+
serviceId: {
|
|
3152
|
+
serializedName: "serviceId",
|
|
3153
|
+
type: {
|
|
3154
|
+
name: "String"
|
|
3155
|
+
}
|
|
3156
|
+
},
|
|
3157
|
+
name: {
|
|
3158
|
+
serializedName: "name",
|
|
3159
|
+
type: {
|
|
3160
|
+
name: "String"
|
|
3161
|
+
}
|
|
3162
|
+
}
|
|
3163
|
+
}
|
|
3164
|
+
}
|
|
3165
|
+
};
|
|
3166
|
+
|
|
3093
3167
|
export const CustomHostnameAnalysisResult: coreClient.CompositeMapper = {
|
|
3094
3168
|
type: {
|
|
3095
3169
|
name: "Composite",
|
|
@@ -3339,10 +3413,10 @@ export const ContainerAppSecret: coreClient.CompositeMapper = {
|
|
|
3339
3413
|
}
|
|
3340
3414
|
};
|
|
3341
3415
|
|
|
3342
|
-
export const
|
|
3416
|
+
export const RevisionCollection: coreClient.CompositeMapper = {
|
|
3343
3417
|
type: {
|
|
3344
3418
|
name: "Composite",
|
|
3345
|
-
className: "
|
|
3419
|
+
className: "RevisionCollection",
|
|
3346
3420
|
modelProperties: {
|
|
3347
3421
|
value: {
|
|
3348
3422
|
serializedName: "value",
|
|
@@ -3352,7 +3426,7 @@ export const JobsCollection: coreClient.CompositeMapper = {
|
|
|
3352
3426
|
element: {
|
|
3353
3427
|
type: {
|
|
3354
3428
|
name: "Composite",
|
|
3355
|
-
className: "
|
|
3429
|
+
className: "Revision"
|
|
3356
3430
|
}
|
|
3357
3431
|
}
|
|
3358
3432
|
}
|
|
@@ -3368,225 +3442,220 @@ export const JobsCollection: coreClient.CompositeMapper = {
|
|
|
3368
3442
|
}
|
|
3369
3443
|
};
|
|
3370
3444
|
|
|
3371
|
-
export const
|
|
3445
|
+
export const ReplicaContainer: coreClient.CompositeMapper = {
|
|
3372
3446
|
type: {
|
|
3373
3447
|
name: "Composite",
|
|
3374
|
-
className: "
|
|
3448
|
+
className: "ReplicaContainer",
|
|
3375
3449
|
modelProperties: {
|
|
3376
|
-
|
|
3377
|
-
serializedName: "
|
|
3450
|
+
name: {
|
|
3451
|
+
serializedName: "name",
|
|
3378
3452
|
type: {
|
|
3379
|
-
name: "
|
|
3380
|
-
element: {
|
|
3381
|
-
type: {
|
|
3382
|
-
name: "Composite",
|
|
3383
|
-
className: "Secret"
|
|
3384
|
-
}
|
|
3385
|
-
}
|
|
3453
|
+
name: "String"
|
|
3386
3454
|
}
|
|
3387
3455
|
},
|
|
3388
|
-
|
|
3389
|
-
|
|
3390
|
-
serializedName: "triggerType",
|
|
3391
|
-
required: true,
|
|
3456
|
+
containerId: {
|
|
3457
|
+
serializedName: "containerId",
|
|
3392
3458
|
type: {
|
|
3393
3459
|
name: "String"
|
|
3394
3460
|
}
|
|
3395
3461
|
},
|
|
3396
|
-
|
|
3397
|
-
serializedName: "
|
|
3398
|
-
required: true,
|
|
3462
|
+
ready: {
|
|
3463
|
+
serializedName: "ready",
|
|
3399
3464
|
type: {
|
|
3400
|
-
name: "
|
|
3465
|
+
name: "Boolean"
|
|
3401
3466
|
}
|
|
3402
3467
|
},
|
|
3403
|
-
|
|
3404
|
-
serializedName: "
|
|
3468
|
+
started: {
|
|
3469
|
+
serializedName: "started",
|
|
3470
|
+
type: {
|
|
3471
|
+
name: "Boolean"
|
|
3472
|
+
}
|
|
3473
|
+
},
|
|
3474
|
+
restartCount: {
|
|
3475
|
+
serializedName: "restartCount",
|
|
3405
3476
|
type: {
|
|
3406
3477
|
name: "Number"
|
|
3407
3478
|
}
|
|
3408
3479
|
},
|
|
3409
|
-
|
|
3410
|
-
serializedName: "
|
|
3480
|
+
runningState: {
|
|
3481
|
+
serializedName: "runningState",
|
|
3482
|
+
readOnly: true,
|
|
3411
3483
|
type: {
|
|
3412
|
-
name: "
|
|
3413
|
-
className: "JobConfigurationManualTriggerConfig"
|
|
3484
|
+
name: "String"
|
|
3414
3485
|
}
|
|
3415
3486
|
},
|
|
3416
|
-
|
|
3417
|
-
serializedName: "
|
|
3487
|
+
runningStateDetails: {
|
|
3488
|
+
serializedName: "runningStateDetails",
|
|
3489
|
+
readOnly: true,
|
|
3418
3490
|
type: {
|
|
3419
|
-
name: "
|
|
3420
|
-
className: "JobConfigurationScheduleTriggerConfig"
|
|
3491
|
+
name: "String"
|
|
3421
3492
|
}
|
|
3422
3493
|
},
|
|
3423
|
-
|
|
3424
|
-
serializedName: "
|
|
3494
|
+
logStreamEndpoint: {
|
|
3495
|
+
serializedName: "logStreamEndpoint",
|
|
3496
|
+
readOnly: true,
|
|
3425
3497
|
type: {
|
|
3426
|
-
name: "
|
|
3427
|
-
|
|
3428
|
-
|
|
3429
|
-
|
|
3430
|
-
|
|
3431
|
-
|
|
3432
|
-
|
|
3498
|
+
name: "String"
|
|
3499
|
+
}
|
|
3500
|
+
},
|
|
3501
|
+
execEndpoint: {
|
|
3502
|
+
serializedName: "execEndpoint",
|
|
3503
|
+
readOnly: true,
|
|
3504
|
+
type: {
|
|
3505
|
+
name: "String"
|
|
3433
3506
|
}
|
|
3434
3507
|
}
|
|
3435
3508
|
}
|
|
3436
3509
|
}
|
|
3437
3510
|
};
|
|
3438
3511
|
|
|
3439
|
-
export const
|
|
3512
|
+
export const ReplicaCollection: coreClient.CompositeMapper = {
|
|
3440
3513
|
type: {
|
|
3441
3514
|
name: "Composite",
|
|
3442
|
-
className: "
|
|
3515
|
+
className: "ReplicaCollection",
|
|
3443
3516
|
modelProperties: {
|
|
3444
|
-
|
|
3445
|
-
serializedName: "
|
|
3446
|
-
|
|
3447
|
-
name: "Number"
|
|
3448
|
-
}
|
|
3449
|
-
},
|
|
3450
|
-
parallelism: {
|
|
3451
|
-
serializedName: "parallelism",
|
|
3517
|
+
value: {
|
|
3518
|
+
serializedName: "value",
|
|
3519
|
+
required: true,
|
|
3452
3520
|
type: {
|
|
3453
|
-
name: "
|
|
3521
|
+
name: "Sequence",
|
|
3522
|
+
element: {
|
|
3523
|
+
type: {
|
|
3524
|
+
name: "Composite",
|
|
3525
|
+
className: "Replica"
|
|
3526
|
+
}
|
|
3527
|
+
}
|
|
3454
3528
|
}
|
|
3455
3529
|
}
|
|
3456
3530
|
}
|
|
3457
3531
|
}
|
|
3458
3532
|
};
|
|
3459
3533
|
|
|
3460
|
-
export const
|
|
3534
|
+
export const DiagnosticsCollection: coreClient.CompositeMapper = {
|
|
3461
3535
|
type: {
|
|
3462
3536
|
name: "Composite",
|
|
3463
|
-
className: "
|
|
3537
|
+
className: "DiagnosticsCollection",
|
|
3464
3538
|
modelProperties: {
|
|
3465
|
-
|
|
3466
|
-
serializedName: "
|
|
3467
|
-
type: {
|
|
3468
|
-
name: "Number"
|
|
3469
|
-
}
|
|
3470
|
-
},
|
|
3471
|
-
cronExpression: {
|
|
3472
|
-
serializedName: "cronExpression",
|
|
3539
|
+
value: {
|
|
3540
|
+
serializedName: "value",
|
|
3473
3541
|
required: true,
|
|
3474
3542
|
type: {
|
|
3475
|
-
name: "
|
|
3543
|
+
name: "Sequence",
|
|
3544
|
+
element: {
|
|
3545
|
+
type: {
|
|
3546
|
+
name: "Composite",
|
|
3547
|
+
className: "Diagnostics"
|
|
3548
|
+
}
|
|
3549
|
+
}
|
|
3476
3550
|
}
|
|
3477
3551
|
},
|
|
3478
|
-
|
|
3479
|
-
serializedName: "
|
|
3552
|
+
nextLink: {
|
|
3553
|
+
serializedName: "nextLink",
|
|
3554
|
+
readOnly: true,
|
|
3480
3555
|
type: {
|
|
3481
|
-
name: "
|
|
3556
|
+
name: "String"
|
|
3482
3557
|
}
|
|
3483
3558
|
}
|
|
3484
3559
|
}
|
|
3485
3560
|
}
|
|
3486
3561
|
};
|
|
3487
3562
|
|
|
3488
|
-
export const
|
|
3563
|
+
export const DiagnosticsProperties: coreClient.CompositeMapper = {
|
|
3489
3564
|
type: {
|
|
3490
3565
|
name: "Composite",
|
|
3491
|
-
className: "
|
|
3566
|
+
className: "DiagnosticsProperties",
|
|
3492
3567
|
modelProperties: {
|
|
3493
|
-
|
|
3494
|
-
serializedName: "
|
|
3568
|
+
metadata: {
|
|
3569
|
+
serializedName: "metadata",
|
|
3495
3570
|
type: {
|
|
3496
|
-
name: "
|
|
3497
|
-
|
|
3498
|
-
type: {
|
|
3499
|
-
name: "Composite",
|
|
3500
|
-
className: "InitContainer"
|
|
3501
|
-
}
|
|
3502
|
-
}
|
|
3571
|
+
name: "Composite",
|
|
3572
|
+
className: "DiagnosticsDefinition"
|
|
3503
3573
|
}
|
|
3504
3574
|
},
|
|
3505
|
-
|
|
3506
|
-
serializedName: "
|
|
3575
|
+
dataset: {
|
|
3576
|
+
serializedName: "dataset",
|
|
3507
3577
|
type: {
|
|
3508
3578
|
name: "Sequence",
|
|
3509
3579
|
element: {
|
|
3510
3580
|
type: {
|
|
3511
3581
|
name: "Composite",
|
|
3512
|
-
className: "
|
|
3582
|
+
className: "DiagnosticsDataApiResponse"
|
|
3513
3583
|
}
|
|
3514
3584
|
}
|
|
3515
3585
|
}
|
|
3516
3586
|
},
|
|
3517
|
-
|
|
3518
|
-
serializedName: "
|
|
3587
|
+
status: {
|
|
3588
|
+
serializedName: "status",
|
|
3519
3589
|
type: {
|
|
3520
|
-
name: "
|
|
3521
|
-
|
|
3522
|
-
|
|
3523
|
-
|
|
3524
|
-
|
|
3525
|
-
|
|
3526
|
-
|
|
3590
|
+
name: "Composite",
|
|
3591
|
+
className: "DiagnosticsStatus"
|
|
3592
|
+
}
|
|
3593
|
+
},
|
|
3594
|
+
dataProviderMetadata: {
|
|
3595
|
+
serializedName: "dataProviderMetadata",
|
|
3596
|
+
type: {
|
|
3597
|
+
name: "Composite",
|
|
3598
|
+
className: "DiagnosticDataProviderMetadata"
|
|
3527
3599
|
}
|
|
3528
3600
|
}
|
|
3529
3601
|
}
|
|
3530
3602
|
}
|
|
3531
3603
|
};
|
|
3532
3604
|
|
|
3533
|
-
export const
|
|
3605
|
+
export const DiagnosticsDefinition: coreClient.CompositeMapper = {
|
|
3534
3606
|
type: {
|
|
3535
3607
|
name: "Composite",
|
|
3536
|
-
className: "
|
|
3608
|
+
className: "DiagnosticsDefinition",
|
|
3537
3609
|
modelProperties: {
|
|
3538
|
-
|
|
3539
|
-
serializedName: "
|
|
3610
|
+
id: {
|
|
3611
|
+
serializedName: "id",
|
|
3612
|
+
readOnly: true,
|
|
3540
3613
|
type: {
|
|
3541
|
-
name: "
|
|
3542
|
-
className: "ManagedServiceIdentity"
|
|
3614
|
+
name: "String"
|
|
3543
3615
|
}
|
|
3544
3616
|
},
|
|
3545
|
-
|
|
3546
|
-
serializedName: "
|
|
3617
|
+
name: {
|
|
3618
|
+
serializedName: "name",
|
|
3619
|
+
readOnly: true,
|
|
3547
3620
|
type: {
|
|
3548
|
-
name: "
|
|
3549
|
-
value: { type: { name: "String" } }
|
|
3621
|
+
name: "String"
|
|
3550
3622
|
}
|
|
3551
3623
|
},
|
|
3552
|
-
|
|
3553
|
-
serializedName: "
|
|
3624
|
+
description: {
|
|
3625
|
+
serializedName: "description",
|
|
3626
|
+
readOnly: true,
|
|
3554
3627
|
type: {
|
|
3555
|
-
name: "
|
|
3556
|
-
className: "JobPatchPropertiesProperties"
|
|
3628
|
+
name: "String"
|
|
3557
3629
|
}
|
|
3558
|
-
}
|
|
3559
|
-
|
|
3560
|
-
|
|
3561
|
-
|
|
3562
|
-
|
|
3563
|
-
export const JobPatchPropertiesProperties: coreClient.CompositeMapper = {
|
|
3564
|
-
type: {
|
|
3565
|
-
name: "Composite",
|
|
3566
|
-
className: "JobPatchPropertiesProperties",
|
|
3567
|
-
modelProperties: {
|
|
3568
|
-
environmentId: {
|
|
3569
|
-
serializedName: "environmentId",
|
|
3630
|
+
},
|
|
3631
|
+
author: {
|
|
3632
|
+
serializedName: "author",
|
|
3633
|
+
readOnly: true,
|
|
3570
3634
|
type: {
|
|
3571
3635
|
name: "String"
|
|
3572
3636
|
}
|
|
3573
3637
|
},
|
|
3574
|
-
|
|
3575
|
-
serializedName: "
|
|
3638
|
+
category: {
|
|
3639
|
+
serializedName: "category",
|
|
3640
|
+
readOnly: true,
|
|
3576
3641
|
type: {
|
|
3577
|
-
name: "
|
|
3578
|
-
className: "JobConfiguration"
|
|
3642
|
+
name: "String"
|
|
3579
3643
|
}
|
|
3580
3644
|
},
|
|
3581
|
-
|
|
3582
|
-
serializedName: "
|
|
3645
|
+
supportTopicList: {
|
|
3646
|
+
serializedName: "supportTopicList",
|
|
3583
3647
|
type: {
|
|
3584
|
-
name: "
|
|
3585
|
-
|
|
3648
|
+
name: "Sequence",
|
|
3649
|
+
element: {
|
|
3650
|
+
type: {
|
|
3651
|
+
name: "Composite",
|
|
3652
|
+
className: "DiagnosticSupportTopic"
|
|
3653
|
+
}
|
|
3654
|
+
}
|
|
3586
3655
|
}
|
|
3587
3656
|
},
|
|
3588
|
-
|
|
3589
|
-
serializedName: "
|
|
3657
|
+
analysisTypes: {
|
|
3658
|
+
serializedName: "analysisTypes",
|
|
3590
3659
|
type: {
|
|
3591
3660
|
name: "Sequence",
|
|
3592
3661
|
element: {
|
|
@@ -3596,187 +3665,221 @@ export const JobPatchPropertiesProperties: coreClient.CompositeMapper = {
|
|
|
3596
3665
|
}
|
|
3597
3666
|
}
|
|
3598
3667
|
},
|
|
3599
|
-
|
|
3600
|
-
serializedName: "
|
|
3668
|
+
type: {
|
|
3669
|
+
serializedName: "type",
|
|
3670
|
+
readOnly: true,
|
|
3601
3671
|
type: {
|
|
3602
3672
|
name: "String"
|
|
3603
3673
|
}
|
|
3674
|
+
},
|
|
3675
|
+
score: {
|
|
3676
|
+
serializedName: "score",
|
|
3677
|
+
readOnly: true,
|
|
3678
|
+
type: {
|
|
3679
|
+
name: "Number"
|
|
3680
|
+
}
|
|
3604
3681
|
}
|
|
3605
3682
|
}
|
|
3606
3683
|
}
|
|
3607
3684
|
};
|
|
3608
3685
|
|
|
3609
|
-
export const
|
|
3686
|
+
export const DiagnosticSupportTopic: coreClient.CompositeMapper = {
|
|
3610
3687
|
type: {
|
|
3611
3688
|
name: "Composite",
|
|
3612
|
-
className: "
|
|
3689
|
+
className: "DiagnosticSupportTopic",
|
|
3613
3690
|
modelProperties: {
|
|
3614
|
-
|
|
3615
|
-
serializedName: "
|
|
3691
|
+
id: {
|
|
3692
|
+
serializedName: "id",
|
|
3693
|
+
readOnly: true,
|
|
3616
3694
|
type: {
|
|
3617
|
-
name: "
|
|
3618
|
-
element: {
|
|
3619
|
-
type: {
|
|
3620
|
-
name: "Composite",
|
|
3621
|
-
className: "JobExecutionContainer"
|
|
3622
|
-
}
|
|
3623
|
-
}
|
|
3695
|
+
name: "String"
|
|
3624
3696
|
}
|
|
3625
3697
|
},
|
|
3626
|
-
|
|
3627
|
-
serializedName: "
|
|
3698
|
+
pesId: {
|
|
3699
|
+
serializedName: "pesId",
|
|
3700
|
+
readOnly: true,
|
|
3628
3701
|
type: {
|
|
3629
|
-
name: "
|
|
3630
|
-
element: {
|
|
3631
|
-
type: {
|
|
3632
|
-
name: "Composite",
|
|
3633
|
-
className: "JobExecutionContainer"
|
|
3634
|
-
}
|
|
3635
|
-
}
|
|
3702
|
+
name: "String"
|
|
3636
3703
|
}
|
|
3637
3704
|
}
|
|
3638
3705
|
}
|
|
3639
3706
|
}
|
|
3640
3707
|
};
|
|
3641
3708
|
|
|
3642
|
-
export const
|
|
3709
|
+
export const DiagnosticsDataApiResponse: coreClient.CompositeMapper = {
|
|
3643
3710
|
type: {
|
|
3644
3711
|
name: "Composite",
|
|
3645
|
-
className: "
|
|
3712
|
+
className: "DiagnosticsDataApiResponse",
|
|
3646
3713
|
modelProperties: {
|
|
3647
|
-
|
|
3648
|
-
serializedName: "
|
|
3714
|
+
table: {
|
|
3715
|
+
serializedName: "table",
|
|
3649
3716
|
type: {
|
|
3650
|
-
name: "
|
|
3717
|
+
name: "Composite",
|
|
3718
|
+
className: "DiagnosticDataTableResponseObject"
|
|
3651
3719
|
}
|
|
3652
3720
|
},
|
|
3653
|
-
|
|
3654
|
-
serializedName: "
|
|
3721
|
+
renderingProperties: {
|
|
3722
|
+
serializedName: "renderingProperties",
|
|
3723
|
+
type: {
|
|
3724
|
+
name: "Composite",
|
|
3725
|
+
className: "DiagnosticRendering"
|
|
3726
|
+
}
|
|
3727
|
+
}
|
|
3728
|
+
}
|
|
3729
|
+
}
|
|
3730
|
+
};
|
|
3731
|
+
|
|
3732
|
+
export const DiagnosticDataTableResponseObject: coreClient.CompositeMapper = {
|
|
3733
|
+
type: {
|
|
3734
|
+
name: "Composite",
|
|
3735
|
+
className: "DiagnosticDataTableResponseObject",
|
|
3736
|
+
modelProperties: {
|
|
3737
|
+
tableName: {
|
|
3738
|
+
serializedName: "tableName",
|
|
3655
3739
|
type: {
|
|
3656
3740
|
name: "String"
|
|
3657
3741
|
}
|
|
3658
3742
|
},
|
|
3659
|
-
|
|
3660
|
-
serializedName: "
|
|
3743
|
+
columns: {
|
|
3744
|
+
serializedName: "columns",
|
|
3661
3745
|
type: {
|
|
3662
3746
|
name: "Sequence",
|
|
3663
3747
|
element: {
|
|
3664
3748
|
type: {
|
|
3665
|
-
name: "
|
|
3749
|
+
name: "Composite",
|
|
3750
|
+
className: "DiagnosticDataTableResponseColumn"
|
|
3666
3751
|
}
|
|
3667
3752
|
}
|
|
3668
3753
|
}
|
|
3669
3754
|
},
|
|
3670
|
-
|
|
3671
|
-
serializedName: "
|
|
3755
|
+
rows: {
|
|
3756
|
+
serializedName: "rows",
|
|
3672
3757
|
type: {
|
|
3673
3758
|
name: "Sequence",
|
|
3674
3759
|
element: {
|
|
3675
3760
|
type: {
|
|
3676
|
-
name: "
|
|
3761
|
+
name: "Dictionary",
|
|
3762
|
+
value: { type: { name: "any" } }
|
|
3677
3763
|
}
|
|
3678
3764
|
}
|
|
3679
3765
|
}
|
|
3766
|
+
}
|
|
3767
|
+
}
|
|
3768
|
+
}
|
|
3769
|
+
};
|
|
3770
|
+
|
|
3771
|
+
export const DiagnosticDataTableResponseColumn: coreClient.CompositeMapper = {
|
|
3772
|
+
type: {
|
|
3773
|
+
name: "Composite",
|
|
3774
|
+
className: "DiagnosticDataTableResponseColumn",
|
|
3775
|
+
modelProperties: {
|
|
3776
|
+
columnName: {
|
|
3777
|
+
serializedName: "columnName",
|
|
3778
|
+
type: {
|
|
3779
|
+
name: "String"
|
|
3780
|
+
}
|
|
3680
3781
|
},
|
|
3681
|
-
|
|
3682
|
-
serializedName: "
|
|
3782
|
+
dataType: {
|
|
3783
|
+
serializedName: "dataType",
|
|
3683
3784
|
type: {
|
|
3684
|
-
name: "
|
|
3685
|
-
element: {
|
|
3686
|
-
type: {
|
|
3687
|
-
name: "Composite",
|
|
3688
|
-
className: "EnvironmentVar"
|
|
3689
|
-
}
|
|
3690
|
-
}
|
|
3785
|
+
name: "String"
|
|
3691
3786
|
}
|
|
3692
3787
|
},
|
|
3693
|
-
|
|
3694
|
-
serializedName: "
|
|
3788
|
+
columnType: {
|
|
3789
|
+
serializedName: "columnType",
|
|
3695
3790
|
type: {
|
|
3696
|
-
name: "
|
|
3697
|
-
className: "ContainerResources"
|
|
3791
|
+
name: "String"
|
|
3698
3792
|
}
|
|
3699
3793
|
}
|
|
3700
3794
|
}
|
|
3701
3795
|
}
|
|
3702
3796
|
};
|
|
3703
3797
|
|
|
3704
|
-
export const
|
|
3798
|
+
export const DiagnosticRendering: coreClient.CompositeMapper = {
|
|
3705
3799
|
type: {
|
|
3706
3800
|
name: "Composite",
|
|
3707
|
-
className: "
|
|
3801
|
+
className: "DiagnosticRendering",
|
|
3708
3802
|
modelProperties: {
|
|
3709
|
-
|
|
3710
|
-
serializedName: "
|
|
3803
|
+
type: {
|
|
3804
|
+
serializedName: "type",
|
|
3805
|
+
type: {
|
|
3806
|
+
name: "Number"
|
|
3807
|
+
}
|
|
3808
|
+
},
|
|
3809
|
+
title: {
|
|
3810
|
+
serializedName: "title",
|
|
3711
3811
|
type: {
|
|
3712
3812
|
name: "String"
|
|
3713
3813
|
}
|
|
3714
3814
|
},
|
|
3715
|
-
|
|
3716
|
-
serializedName: "
|
|
3815
|
+
description: {
|
|
3816
|
+
serializedName: "description",
|
|
3717
3817
|
type: {
|
|
3718
3818
|
name: "String"
|
|
3719
3819
|
}
|
|
3820
|
+
},
|
|
3821
|
+
isVisible: {
|
|
3822
|
+
serializedName: "isVisible",
|
|
3823
|
+
type: {
|
|
3824
|
+
name: "Boolean"
|
|
3825
|
+
}
|
|
3720
3826
|
}
|
|
3721
3827
|
}
|
|
3722
3828
|
}
|
|
3723
3829
|
};
|
|
3724
3830
|
|
|
3725
|
-
export const
|
|
3831
|
+
export const DiagnosticsStatus: coreClient.CompositeMapper = {
|
|
3726
3832
|
type: {
|
|
3727
3833
|
name: "Composite",
|
|
3728
|
-
className: "
|
|
3834
|
+
className: "DiagnosticsStatus",
|
|
3729
3835
|
modelProperties: {
|
|
3730
|
-
|
|
3731
|
-
serializedName: "
|
|
3732
|
-
required: true,
|
|
3836
|
+
message: {
|
|
3837
|
+
serializedName: "message",
|
|
3733
3838
|
type: {
|
|
3734
|
-
name: "
|
|
3735
|
-
|
|
3736
|
-
|
|
3737
|
-
|
|
3738
|
-
|
|
3739
|
-
|
|
3740
|
-
|
|
3839
|
+
name: "String"
|
|
3840
|
+
}
|
|
3841
|
+
},
|
|
3842
|
+
statusId: {
|
|
3843
|
+
serializedName: "statusId",
|
|
3844
|
+
type: {
|
|
3845
|
+
name: "Number"
|
|
3741
3846
|
}
|
|
3742
3847
|
}
|
|
3743
3848
|
}
|
|
3744
3849
|
}
|
|
3745
3850
|
};
|
|
3746
3851
|
|
|
3747
|
-
export const
|
|
3852
|
+
export const DiagnosticDataProviderMetadata: coreClient.CompositeMapper = {
|
|
3748
3853
|
type: {
|
|
3749
3854
|
name: "Composite",
|
|
3750
|
-
className: "
|
|
3855
|
+
className: "DiagnosticDataProviderMetadata",
|
|
3751
3856
|
modelProperties: {
|
|
3752
|
-
|
|
3753
|
-
serializedName: "
|
|
3754
|
-
|
|
3857
|
+
providerName: {
|
|
3858
|
+
serializedName: "providerName",
|
|
3859
|
+
type: {
|
|
3860
|
+
name: "String"
|
|
3861
|
+
}
|
|
3862
|
+
},
|
|
3863
|
+
propertyBag: {
|
|
3864
|
+
serializedName: "propertyBag",
|
|
3755
3865
|
type: {
|
|
3756
3866
|
name: "Sequence",
|
|
3757
3867
|
element: {
|
|
3758
3868
|
type: {
|
|
3759
3869
|
name: "Composite",
|
|
3760
|
-
className: "
|
|
3870
|
+
className: "DiagnosticDataProviderMetadataPropertyBagItem"
|
|
3761
3871
|
}
|
|
3762
3872
|
}
|
|
3763
3873
|
}
|
|
3764
|
-
},
|
|
3765
|
-
nextLink: {
|
|
3766
|
-
serializedName: "nextLink",
|
|
3767
|
-
readOnly: true,
|
|
3768
|
-
type: {
|
|
3769
|
-
name: "String"
|
|
3770
|
-
}
|
|
3771
3874
|
}
|
|
3772
3875
|
}
|
|
3773
3876
|
}
|
|
3774
3877
|
};
|
|
3775
3878
|
|
|
3776
|
-
export const
|
|
3879
|
+
export const DiagnosticDataProviderMetadataPropertyBagItem: coreClient.CompositeMapper = {
|
|
3777
3880
|
type: {
|
|
3778
3881
|
name: "Composite",
|
|
3779
|
-
className: "
|
|
3882
|
+
className: "DiagnosticDataProviderMetadataPropertyBagItem",
|
|
3780
3883
|
modelProperties: {
|
|
3781
3884
|
name: {
|
|
3782
3885
|
serializedName: "name",
|
|
@@ -3784,91 +3887,90 @@ export const JobExecution: coreClient.CompositeMapper = {
|
|
|
3784
3887
|
name: "String"
|
|
3785
3888
|
}
|
|
3786
3889
|
},
|
|
3787
|
-
|
|
3788
|
-
serializedName: "
|
|
3789
|
-
type: {
|
|
3790
|
-
name: "String"
|
|
3791
|
-
}
|
|
3792
|
-
},
|
|
3793
|
-
type: {
|
|
3794
|
-
serializedName: "type",
|
|
3795
|
-
type: {
|
|
3796
|
-
name: "String"
|
|
3797
|
-
}
|
|
3798
|
-
},
|
|
3799
|
-
status: {
|
|
3800
|
-
serializedName: "status",
|
|
3801
|
-
readOnly: true,
|
|
3890
|
+
value: {
|
|
3891
|
+
serializedName: "value",
|
|
3802
3892
|
type: {
|
|
3803
3893
|
name: "String"
|
|
3804
3894
|
}
|
|
3895
|
+
}
|
|
3896
|
+
}
|
|
3897
|
+
}
|
|
3898
|
+
};
|
|
3899
|
+
|
|
3900
|
+
export const VnetConfiguration: coreClient.CompositeMapper = {
|
|
3901
|
+
type: {
|
|
3902
|
+
name: "Composite",
|
|
3903
|
+
className: "VnetConfiguration",
|
|
3904
|
+
modelProperties: {
|
|
3905
|
+
internal: {
|
|
3906
|
+
serializedName: "internal",
|
|
3907
|
+
type: {
|
|
3908
|
+
name: "Boolean"
|
|
3909
|
+
}
|
|
3805
3910
|
},
|
|
3806
|
-
|
|
3807
|
-
serializedName: "
|
|
3911
|
+
infrastructureSubnetId: {
|
|
3912
|
+
serializedName: "infrastructureSubnetId",
|
|
3808
3913
|
type: {
|
|
3809
|
-
name: "
|
|
3914
|
+
name: "String"
|
|
3810
3915
|
}
|
|
3811
3916
|
},
|
|
3812
|
-
|
|
3813
|
-
serializedName: "
|
|
3917
|
+
dockerBridgeCidr: {
|
|
3918
|
+
serializedName: "dockerBridgeCidr",
|
|
3814
3919
|
type: {
|
|
3815
|
-
name: "
|
|
3920
|
+
name: "String"
|
|
3816
3921
|
}
|
|
3817
3922
|
},
|
|
3818
|
-
|
|
3819
|
-
serializedName: "
|
|
3923
|
+
platformReservedCidr: {
|
|
3924
|
+
serializedName: "platformReservedCidr",
|
|
3820
3925
|
type: {
|
|
3821
|
-
name: "
|
|
3822
|
-
|
|
3926
|
+
name: "String"
|
|
3927
|
+
}
|
|
3928
|
+
},
|
|
3929
|
+
platformReservedDnsIP: {
|
|
3930
|
+
serializedName: "platformReservedDnsIP",
|
|
3931
|
+
type: {
|
|
3932
|
+
name: "String"
|
|
3823
3933
|
}
|
|
3824
3934
|
}
|
|
3825
3935
|
}
|
|
3826
3936
|
}
|
|
3827
3937
|
};
|
|
3828
3938
|
|
|
3829
|
-
export const
|
|
3939
|
+
export const AppLogsConfiguration: coreClient.CompositeMapper = {
|
|
3830
3940
|
type: {
|
|
3831
3941
|
name: "Composite",
|
|
3832
|
-
className: "
|
|
3942
|
+
className: "AppLogsConfiguration",
|
|
3833
3943
|
modelProperties: {
|
|
3834
|
-
|
|
3835
|
-
serializedName: "
|
|
3836
|
-
required: true,
|
|
3944
|
+
destination: {
|
|
3945
|
+
serializedName: "destination",
|
|
3837
3946
|
type: {
|
|
3838
|
-
name: "
|
|
3839
|
-
|
|
3840
|
-
|
|
3841
|
-
|
|
3842
|
-
|
|
3843
|
-
|
|
3844
|
-
|
|
3947
|
+
name: "String"
|
|
3948
|
+
}
|
|
3949
|
+
},
|
|
3950
|
+
logAnalyticsConfiguration: {
|
|
3951
|
+
serializedName: "logAnalyticsConfiguration",
|
|
3952
|
+
type: {
|
|
3953
|
+
name: "Composite",
|
|
3954
|
+
className: "LogAnalyticsConfiguration"
|
|
3845
3955
|
}
|
|
3846
3956
|
}
|
|
3847
3957
|
}
|
|
3848
3958
|
}
|
|
3849
3959
|
};
|
|
3850
3960
|
|
|
3851
|
-
export const
|
|
3961
|
+
export const LogAnalyticsConfiguration: coreClient.CompositeMapper = {
|
|
3852
3962
|
type: {
|
|
3853
3963
|
name: "Composite",
|
|
3854
|
-
className: "
|
|
3964
|
+
className: "LogAnalyticsConfiguration",
|
|
3855
3965
|
modelProperties: {
|
|
3856
|
-
|
|
3857
|
-
serializedName: "
|
|
3858
|
-
required: true,
|
|
3966
|
+
customerId: {
|
|
3967
|
+
serializedName: "customerId",
|
|
3859
3968
|
type: {
|
|
3860
|
-
name: "
|
|
3861
|
-
element: {
|
|
3862
|
-
type: {
|
|
3863
|
-
name: "Composite",
|
|
3864
|
-
className: "Revision"
|
|
3865
|
-
}
|
|
3866
|
-
}
|
|
3969
|
+
name: "String"
|
|
3867
3970
|
}
|
|
3868
3971
|
},
|
|
3869
|
-
|
|
3870
|
-
serializedName: "
|
|
3871
|
-
readOnly: true,
|
|
3972
|
+
sharedKey: {
|
|
3973
|
+
serializedName: "sharedKey",
|
|
3872
3974
|
type: {
|
|
3873
3975
|
name: "String"
|
|
3874
3976
|
}
|
|
@@ -3877,50 +3979,64 @@ export const RevisionCollection: coreClient.CompositeMapper = {
|
|
|
3877
3979
|
}
|
|
3878
3980
|
};
|
|
3879
3981
|
|
|
3880
|
-
export const
|
|
3982
|
+
export const WorkloadProfile: coreClient.CompositeMapper = {
|
|
3881
3983
|
type: {
|
|
3882
3984
|
name: "Composite",
|
|
3883
|
-
className: "
|
|
3985
|
+
className: "WorkloadProfile",
|
|
3884
3986
|
modelProperties: {
|
|
3885
3987
|
name: {
|
|
3886
3988
|
serializedName: "name",
|
|
3989
|
+
required: true,
|
|
3887
3990
|
type: {
|
|
3888
3991
|
name: "String"
|
|
3889
3992
|
}
|
|
3890
3993
|
},
|
|
3891
|
-
|
|
3892
|
-
serializedName: "
|
|
3994
|
+
workloadProfileType: {
|
|
3995
|
+
serializedName: "workloadProfileType",
|
|
3996
|
+
required: true,
|
|
3893
3997
|
type: {
|
|
3894
3998
|
name: "String"
|
|
3895
3999
|
}
|
|
3896
4000
|
},
|
|
3897
|
-
|
|
3898
|
-
serializedName: "
|
|
3899
|
-
type: {
|
|
3900
|
-
name: "Boolean"
|
|
3901
|
-
}
|
|
3902
|
-
},
|
|
3903
|
-
started: {
|
|
3904
|
-
serializedName: "started",
|
|
4001
|
+
minimumCount: {
|
|
4002
|
+
serializedName: "minimumCount",
|
|
3905
4003
|
type: {
|
|
3906
|
-
name: "
|
|
4004
|
+
name: "Number"
|
|
3907
4005
|
}
|
|
3908
4006
|
},
|
|
3909
|
-
|
|
3910
|
-
serializedName: "
|
|
4007
|
+
maximumCount: {
|
|
4008
|
+
serializedName: "maximumCount",
|
|
3911
4009
|
type: {
|
|
3912
4010
|
name: "Number"
|
|
3913
4011
|
}
|
|
3914
|
-
}
|
|
3915
|
-
|
|
3916
|
-
|
|
4012
|
+
}
|
|
4013
|
+
}
|
|
4014
|
+
}
|
|
4015
|
+
};
|
|
4016
|
+
|
|
4017
|
+
export const KedaConfiguration: coreClient.CompositeMapper = {
|
|
4018
|
+
type: {
|
|
4019
|
+
name: "Composite",
|
|
4020
|
+
className: "KedaConfiguration",
|
|
4021
|
+
modelProperties: {
|
|
4022
|
+
version: {
|
|
4023
|
+
serializedName: "version",
|
|
3917
4024
|
readOnly: true,
|
|
3918
4025
|
type: {
|
|
3919
4026
|
name: "String"
|
|
3920
4027
|
}
|
|
3921
|
-
}
|
|
3922
|
-
|
|
3923
|
-
|
|
4028
|
+
}
|
|
4029
|
+
}
|
|
4030
|
+
}
|
|
4031
|
+
};
|
|
4032
|
+
|
|
4033
|
+
export const DaprConfiguration: coreClient.CompositeMapper = {
|
|
4034
|
+
type: {
|
|
4035
|
+
name: "Composite",
|
|
4036
|
+
className: "DaprConfiguration",
|
|
4037
|
+
modelProperties: {
|
|
4038
|
+
version: {
|
|
4039
|
+
serializedName: "version",
|
|
3924
4040
|
readOnly: true,
|
|
3925
4041
|
type: {
|
|
3926
4042
|
name: "String"
|
|
@@ -3930,49 +4046,56 @@ export const ReplicaContainer: coreClient.CompositeMapper = {
|
|
|
3930
4046
|
}
|
|
3931
4047
|
};
|
|
3932
4048
|
|
|
3933
|
-
export const
|
|
4049
|
+
export const ManagedEnvironmentPropertiesPeerAuthentication: coreClient.CompositeMapper = {
|
|
3934
4050
|
type: {
|
|
3935
4051
|
name: "Composite",
|
|
3936
|
-
className: "
|
|
4052
|
+
className: "ManagedEnvironmentPropertiesPeerAuthentication",
|
|
3937
4053
|
modelProperties: {
|
|
3938
|
-
|
|
3939
|
-
serializedName: "
|
|
3940
|
-
required: true,
|
|
4054
|
+
mtls: {
|
|
4055
|
+
serializedName: "mtls",
|
|
3941
4056
|
type: {
|
|
3942
|
-
name: "
|
|
3943
|
-
|
|
3944
|
-
type: {
|
|
3945
|
-
name: "Composite",
|
|
3946
|
-
className: "Replica"
|
|
3947
|
-
}
|
|
3948
|
-
}
|
|
4057
|
+
name: "Composite",
|
|
4058
|
+
className: "Mtls"
|
|
3949
4059
|
}
|
|
3950
4060
|
}
|
|
3951
4061
|
}
|
|
3952
4062
|
}
|
|
3953
4063
|
};
|
|
3954
4064
|
|
|
3955
|
-
export const
|
|
4065
|
+
export const Mtls: coreClient.CompositeMapper = {
|
|
3956
4066
|
type: {
|
|
3957
4067
|
name: "Composite",
|
|
3958
|
-
className: "
|
|
4068
|
+
className: "Mtls",
|
|
4069
|
+
modelProperties: {
|
|
4070
|
+
enabled: {
|
|
4071
|
+
serializedName: "enabled",
|
|
4072
|
+
type: {
|
|
4073
|
+
name: "Boolean"
|
|
4074
|
+
}
|
|
4075
|
+
}
|
|
4076
|
+
}
|
|
4077
|
+
}
|
|
4078
|
+
};
|
|
4079
|
+
|
|
4080
|
+
export const AvailableOperations: coreClient.CompositeMapper = {
|
|
4081
|
+
type: {
|
|
4082
|
+
name: "Composite",
|
|
4083
|
+
className: "AvailableOperations",
|
|
3959
4084
|
modelProperties: {
|
|
3960
4085
|
value: {
|
|
3961
4086
|
serializedName: "value",
|
|
3962
|
-
required: true,
|
|
3963
4087
|
type: {
|
|
3964
4088
|
name: "Sequence",
|
|
3965
4089
|
element: {
|
|
3966
4090
|
type: {
|
|
3967
4091
|
name: "Composite",
|
|
3968
|
-
className: "
|
|
4092
|
+
className: "OperationDetail"
|
|
3969
4093
|
}
|
|
3970
4094
|
}
|
|
3971
4095
|
}
|
|
3972
4096
|
},
|
|
3973
4097
|
nextLink: {
|
|
3974
4098
|
serializedName: "nextLink",
|
|
3975
|
-
readOnly: true,
|
|
3976
4099
|
type: {
|
|
3977
4100
|
name: "String"
|
|
3978
4101
|
}
|
|
@@ -3981,314 +4104,372 @@ export const DiagnosticsCollection: coreClient.CompositeMapper = {
|
|
|
3981
4104
|
}
|
|
3982
4105
|
};
|
|
3983
4106
|
|
|
3984
|
-
export const
|
|
4107
|
+
export const OperationDetail: coreClient.CompositeMapper = {
|
|
3985
4108
|
type: {
|
|
3986
4109
|
name: "Composite",
|
|
3987
|
-
className: "
|
|
4110
|
+
className: "OperationDetail",
|
|
3988
4111
|
modelProperties: {
|
|
3989
|
-
|
|
3990
|
-
serializedName: "
|
|
4112
|
+
name: {
|
|
4113
|
+
serializedName: "name",
|
|
3991
4114
|
type: {
|
|
3992
|
-
name: "
|
|
3993
|
-
className: "DiagnosticsDefinition"
|
|
4115
|
+
name: "String"
|
|
3994
4116
|
}
|
|
3995
4117
|
},
|
|
3996
|
-
|
|
3997
|
-
serializedName: "
|
|
4118
|
+
isDataAction: {
|
|
4119
|
+
serializedName: "isDataAction",
|
|
3998
4120
|
type: {
|
|
3999
|
-
name: "
|
|
4000
|
-
element: {
|
|
4001
|
-
type: {
|
|
4002
|
-
name: "Composite",
|
|
4003
|
-
className: "DiagnosticsDataApiResponse"
|
|
4004
|
-
}
|
|
4005
|
-
}
|
|
4121
|
+
name: "Boolean"
|
|
4006
4122
|
}
|
|
4007
4123
|
},
|
|
4008
|
-
|
|
4009
|
-
serializedName: "
|
|
4124
|
+
display: {
|
|
4125
|
+
serializedName: "display",
|
|
4010
4126
|
type: {
|
|
4011
4127
|
name: "Composite",
|
|
4012
|
-
className: "
|
|
4128
|
+
className: "OperationDisplay"
|
|
4013
4129
|
}
|
|
4014
4130
|
},
|
|
4015
|
-
|
|
4016
|
-
serializedName: "
|
|
4131
|
+
origin: {
|
|
4132
|
+
serializedName: "origin",
|
|
4017
4133
|
type: {
|
|
4018
|
-
name: "
|
|
4019
|
-
className: "DiagnosticDataProviderMetadata"
|
|
4134
|
+
name: "String"
|
|
4020
4135
|
}
|
|
4021
4136
|
}
|
|
4022
4137
|
}
|
|
4023
4138
|
}
|
|
4024
4139
|
};
|
|
4025
4140
|
|
|
4026
|
-
export const
|
|
4141
|
+
export const OperationDisplay: coreClient.CompositeMapper = {
|
|
4027
4142
|
type: {
|
|
4028
4143
|
name: "Composite",
|
|
4029
|
-
className: "
|
|
4144
|
+
className: "OperationDisplay",
|
|
4030
4145
|
modelProperties: {
|
|
4031
|
-
|
|
4032
|
-
serializedName: "
|
|
4033
|
-
readOnly: true,
|
|
4034
|
-
type: {
|
|
4035
|
-
name: "String"
|
|
4036
|
-
}
|
|
4037
|
-
},
|
|
4038
|
-
name: {
|
|
4039
|
-
serializedName: "name",
|
|
4040
|
-
readOnly: true,
|
|
4146
|
+
provider: {
|
|
4147
|
+
serializedName: "provider",
|
|
4041
4148
|
type: {
|
|
4042
4149
|
name: "String"
|
|
4043
4150
|
}
|
|
4044
4151
|
},
|
|
4045
|
-
|
|
4046
|
-
serializedName: "
|
|
4047
|
-
readOnly: true,
|
|
4152
|
+
resource: {
|
|
4153
|
+
serializedName: "resource",
|
|
4048
4154
|
type: {
|
|
4049
4155
|
name: "String"
|
|
4050
4156
|
}
|
|
4051
4157
|
},
|
|
4052
|
-
|
|
4053
|
-
serializedName: "
|
|
4054
|
-
readOnly: true,
|
|
4158
|
+
operation: {
|
|
4159
|
+
serializedName: "operation",
|
|
4055
4160
|
type: {
|
|
4056
4161
|
name: "String"
|
|
4057
4162
|
}
|
|
4058
4163
|
},
|
|
4059
|
-
|
|
4060
|
-
serializedName: "
|
|
4061
|
-
readOnly: true,
|
|
4164
|
+
description: {
|
|
4165
|
+
serializedName: "description",
|
|
4062
4166
|
type: {
|
|
4063
4167
|
name: "String"
|
|
4064
4168
|
}
|
|
4065
|
-
}
|
|
4066
|
-
|
|
4067
|
-
|
|
4169
|
+
}
|
|
4170
|
+
}
|
|
4171
|
+
}
|
|
4172
|
+
};
|
|
4173
|
+
|
|
4174
|
+
export const JobsCollection: coreClient.CompositeMapper = {
|
|
4175
|
+
type: {
|
|
4176
|
+
name: "Composite",
|
|
4177
|
+
className: "JobsCollection",
|
|
4178
|
+
modelProperties: {
|
|
4179
|
+
value: {
|
|
4180
|
+
serializedName: "value",
|
|
4181
|
+
required: true,
|
|
4068
4182
|
type: {
|
|
4069
4183
|
name: "Sequence",
|
|
4070
4184
|
element: {
|
|
4071
4185
|
type: {
|
|
4072
4186
|
name: "Composite",
|
|
4073
|
-
className: "
|
|
4187
|
+
className: "Job"
|
|
4074
4188
|
}
|
|
4075
4189
|
}
|
|
4076
4190
|
}
|
|
4077
4191
|
},
|
|
4078
|
-
|
|
4079
|
-
serializedName: "
|
|
4192
|
+
nextLink: {
|
|
4193
|
+
serializedName: "nextLink",
|
|
4194
|
+
readOnly: true,
|
|
4195
|
+
type: {
|
|
4196
|
+
name: "String"
|
|
4197
|
+
}
|
|
4198
|
+
}
|
|
4199
|
+
}
|
|
4200
|
+
}
|
|
4201
|
+
};
|
|
4202
|
+
|
|
4203
|
+
export const JobConfiguration: coreClient.CompositeMapper = {
|
|
4204
|
+
type: {
|
|
4205
|
+
name: "Composite",
|
|
4206
|
+
className: "JobConfiguration",
|
|
4207
|
+
modelProperties: {
|
|
4208
|
+
secrets: {
|
|
4209
|
+
serializedName: "secrets",
|
|
4080
4210
|
type: {
|
|
4081
4211
|
name: "Sequence",
|
|
4082
4212
|
element: {
|
|
4083
4213
|
type: {
|
|
4084
|
-
name: "
|
|
4214
|
+
name: "Composite",
|
|
4215
|
+
className: "Secret"
|
|
4085
4216
|
}
|
|
4086
4217
|
}
|
|
4087
4218
|
}
|
|
4088
4219
|
},
|
|
4089
|
-
|
|
4090
|
-
|
|
4091
|
-
|
|
4220
|
+
triggerType: {
|
|
4221
|
+
defaultValue: "Manual",
|
|
4222
|
+
serializedName: "triggerType",
|
|
4223
|
+
required: true,
|
|
4092
4224
|
type: {
|
|
4093
4225
|
name: "String"
|
|
4094
4226
|
}
|
|
4095
4227
|
},
|
|
4096
|
-
|
|
4097
|
-
serializedName: "
|
|
4098
|
-
|
|
4228
|
+
replicaTimeout: {
|
|
4229
|
+
serializedName: "replicaTimeout",
|
|
4230
|
+
required: true,
|
|
4099
4231
|
type: {
|
|
4100
4232
|
name: "Number"
|
|
4101
4233
|
}
|
|
4102
|
-
}
|
|
4103
|
-
|
|
4104
|
-
|
|
4105
|
-
};
|
|
4106
|
-
|
|
4107
|
-
export const DiagnosticSupportTopic: coreClient.CompositeMapper = {
|
|
4108
|
-
type: {
|
|
4109
|
-
name: "Composite",
|
|
4110
|
-
className: "DiagnosticSupportTopic",
|
|
4111
|
-
modelProperties: {
|
|
4112
|
-
id: {
|
|
4113
|
-
serializedName: "id",
|
|
4114
|
-
readOnly: true,
|
|
4234
|
+
},
|
|
4235
|
+
replicaRetryLimit: {
|
|
4236
|
+
serializedName: "replicaRetryLimit",
|
|
4115
4237
|
type: {
|
|
4116
|
-
name: "
|
|
4238
|
+
name: "Number"
|
|
4117
4239
|
}
|
|
4118
4240
|
},
|
|
4119
|
-
|
|
4120
|
-
serializedName: "
|
|
4121
|
-
readOnly: true,
|
|
4241
|
+
manualTriggerConfig: {
|
|
4242
|
+
serializedName: "manualTriggerConfig",
|
|
4122
4243
|
type: {
|
|
4123
|
-
name: "
|
|
4244
|
+
name: "Composite",
|
|
4245
|
+
className: "JobConfigurationManualTriggerConfig"
|
|
4246
|
+
}
|
|
4247
|
+
},
|
|
4248
|
+
scheduleTriggerConfig: {
|
|
4249
|
+
serializedName: "scheduleTriggerConfig",
|
|
4250
|
+
type: {
|
|
4251
|
+
name: "Composite",
|
|
4252
|
+
className: "JobConfigurationScheduleTriggerConfig"
|
|
4253
|
+
}
|
|
4254
|
+
},
|
|
4255
|
+
eventTriggerConfig: {
|
|
4256
|
+
serializedName: "eventTriggerConfig",
|
|
4257
|
+
type: {
|
|
4258
|
+
name: "Composite",
|
|
4259
|
+
className: "JobConfigurationEventTriggerConfig"
|
|
4260
|
+
}
|
|
4261
|
+
},
|
|
4262
|
+
registries: {
|
|
4263
|
+
serializedName: "registries",
|
|
4264
|
+
type: {
|
|
4265
|
+
name: "Sequence",
|
|
4266
|
+
element: {
|
|
4267
|
+
type: {
|
|
4268
|
+
name: "Composite",
|
|
4269
|
+
className: "RegistryCredentials"
|
|
4270
|
+
}
|
|
4271
|
+
}
|
|
4124
4272
|
}
|
|
4125
4273
|
}
|
|
4126
4274
|
}
|
|
4127
4275
|
}
|
|
4128
4276
|
};
|
|
4129
4277
|
|
|
4130
|
-
export const
|
|
4278
|
+
export const JobConfigurationManualTriggerConfig: coreClient.CompositeMapper = {
|
|
4131
4279
|
type: {
|
|
4132
4280
|
name: "Composite",
|
|
4133
|
-
className: "
|
|
4281
|
+
className: "JobConfigurationManualTriggerConfig",
|
|
4134
4282
|
modelProperties: {
|
|
4135
|
-
|
|
4136
|
-
serializedName: "
|
|
4283
|
+
replicaCompletionCount: {
|
|
4284
|
+
serializedName: "replicaCompletionCount",
|
|
4137
4285
|
type: {
|
|
4138
|
-
name: "
|
|
4139
|
-
className: "DiagnosticDataTableResponseObject"
|
|
4286
|
+
name: "Number"
|
|
4140
4287
|
}
|
|
4141
4288
|
},
|
|
4142
|
-
|
|
4143
|
-
serializedName: "
|
|
4289
|
+
parallelism: {
|
|
4290
|
+
serializedName: "parallelism",
|
|
4144
4291
|
type: {
|
|
4145
|
-
name: "
|
|
4146
|
-
className: "DiagnosticRendering"
|
|
4292
|
+
name: "Number"
|
|
4147
4293
|
}
|
|
4148
4294
|
}
|
|
4149
4295
|
}
|
|
4150
4296
|
}
|
|
4151
4297
|
};
|
|
4152
4298
|
|
|
4153
|
-
export const
|
|
4299
|
+
export const JobConfigurationScheduleTriggerConfig: coreClient.CompositeMapper = {
|
|
4154
4300
|
type: {
|
|
4155
4301
|
name: "Composite",
|
|
4156
|
-
className: "
|
|
4302
|
+
className: "JobConfigurationScheduleTriggerConfig",
|
|
4157
4303
|
modelProperties: {
|
|
4158
|
-
|
|
4159
|
-
serializedName: "
|
|
4304
|
+
replicaCompletionCount: {
|
|
4305
|
+
serializedName: "replicaCompletionCount",
|
|
4160
4306
|
type: {
|
|
4161
|
-
name: "
|
|
4307
|
+
name: "Number"
|
|
4162
4308
|
}
|
|
4163
4309
|
},
|
|
4164
|
-
|
|
4165
|
-
serializedName: "
|
|
4310
|
+
cronExpression: {
|
|
4311
|
+
serializedName: "cronExpression",
|
|
4312
|
+
required: true,
|
|
4166
4313
|
type: {
|
|
4167
|
-
name: "
|
|
4168
|
-
element: {
|
|
4169
|
-
type: {
|
|
4170
|
-
name: "Composite",
|
|
4171
|
-
className: "DiagnosticDataTableResponseColumn"
|
|
4172
|
-
}
|
|
4173
|
-
}
|
|
4314
|
+
name: "String"
|
|
4174
4315
|
}
|
|
4175
4316
|
},
|
|
4176
|
-
|
|
4177
|
-
serializedName: "
|
|
4317
|
+
parallelism: {
|
|
4318
|
+
serializedName: "parallelism",
|
|
4178
4319
|
type: {
|
|
4179
|
-
name: "
|
|
4180
|
-
element: {
|
|
4181
|
-
type: {
|
|
4182
|
-
name: "Dictionary",
|
|
4183
|
-
value: { type: { name: "any" } }
|
|
4184
|
-
}
|
|
4185
|
-
}
|
|
4320
|
+
name: "Number"
|
|
4186
4321
|
}
|
|
4187
4322
|
}
|
|
4188
4323
|
}
|
|
4189
4324
|
}
|
|
4190
4325
|
};
|
|
4191
4326
|
|
|
4192
|
-
export const
|
|
4327
|
+
export const JobConfigurationEventTriggerConfig: coreClient.CompositeMapper = {
|
|
4193
4328
|
type: {
|
|
4194
4329
|
name: "Composite",
|
|
4195
|
-
className: "
|
|
4330
|
+
className: "JobConfigurationEventTriggerConfig",
|
|
4196
4331
|
modelProperties: {
|
|
4197
|
-
|
|
4198
|
-
serializedName: "
|
|
4332
|
+
replicaCompletionCount: {
|
|
4333
|
+
serializedName: "replicaCompletionCount",
|
|
4199
4334
|
type: {
|
|
4200
|
-
name: "
|
|
4335
|
+
name: "Number"
|
|
4201
4336
|
}
|
|
4202
4337
|
},
|
|
4203
|
-
|
|
4204
|
-
serializedName: "
|
|
4338
|
+
parallelism: {
|
|
4339
|
+
serializedName: "parallelism",
|
|
4205
4340
|
type: {
|
|
4206
|
-
name: "
|
|
4341
|
+
name: "Number"
|
|
4207
4342
|
}
|
|
4208
4343
|
},
|
|
4209
|
-
|
|
4210
|
-
serializedName: "
|
|
4344
|
+
scale: {
|
|
4345
|
+
serializedName: "scale",
|
|
4211
4346
|
type: {
|
|
4212
|
-
name: "
|
|
4347
|
+
name: "Composite",
|
|
4348
|
+
className: "JobScale"
|
|
4213
4349
|
}
|
|
4214
4350
|
}
|
|
4215
4351
|
}
|
|
4216
4352
|
}
|
|
4217
4353
|
};
|
|
4218
4354
|
|
|
4219
|
-
export const
|
|
4355
|
+
export const JobScale: coreClient.CompositeMapper = {
|
|
4220
4356
|
type: {
|
|
4221
4357
|
name: "Composite",
|
|
4222
|
-
className: "
|
|
4358
|
+
className: "JobScale",
|
|
4223
4359
|
modelProperties: {
|
|
4224
|
-
|
|
4225
|
-
serializedName: "
|
|
4360
|
+
pollingInterval: {
|
|
4361
|
+
serializedName: "pollingInterval",
|
|
4226
4362
|
type: {
|
|
4227
4363
|
name: "Number"
|
|
4228
4364
|
}
|
|
4229
4365
|
},
|
|
4230
|
-
|
|
4231
|
-
|
|
4366
|
+
minExecutions: {
|
|
4367
|
+
defaultValue: 0,
|
|
4368
|
+
serializedName: "minExecutions",
|
|
4232
4369
|
type: {
|
|
4233
|
-
name: "
|
|
4370
|
+
name: "Number"
|
|
4234
4371
|
}
|
|
4235
4372
|
},
|
|
4236
|
-
|
|
4237
|
-
|
|
4373
|
+
maxExecutions: {
|
|
4374
|
+
defaultValue: 100,
|
|
4375
|
+
serializedName: "maxExecutions",
|
|
4238
4376
|
type: {
|
|
4239
|
-
name: "
|
|
4377
|
+
name: "Number"
|
|
4240
4378
|
}
|
|
4241
4379
|
},
|
|
4242
|
-
|
|
4243
|
-
serializedName: "
|
|
4380
|
+
rules: {
|
|
4381
|
+
serializedName: "rules",
|
|
4244
4382
|
type: {
|
|
4245
|
-
name: "
|
|
4383
|
+
name: "Sequence",
|
|
4384
|
+
element: {
|
|
4385
|
+
type: {
|
|
4386
|
+
name: "Composite",
|
|
4387
|
+
className: "JobScaleRule"
|
|
4388
|
+
}
|
|
4389
|
+
}
|
|
4246
4390
|
}
|
|
4247
4391
|
}
|
|
4248
4392
|
}
|
|
4249
4393
|
}
|
|
4250
4394
|
};
|
|
4251
4395
|
|
|
4252
|
-
export const
|
|
4396
|
+
export const JobScaleRule: coreClient.CompositeMapper = {
|
|
4253
4397
|
type: {
|
|
4254
4398
|
name: "Composite",
|
|
4255
|
-
className: "
|
|
4399
|
+
className: "JobScaleRule",
|
|
4256
4400
|
modelProperties: {
|
|
4257
|
-
|
|
4258
|
-
serializedName: "
|
|
4401
|
+
name: {
|
|
4402
|
+
serializedName: "name",
|
|
4259
4403
|
type: {
|
|
4260
4404
|
name: "String"
|
|
4261
4405
|
}
|
|
4262
4406
|
},
|
|
4263
|
-
|
|
4264
|
-
serializedName: "
|
|
4407
|
+
type: {
|
|
4408
|
+
serializedName: "type",
|
|
4265
4409
|
type: {
|
|
4266
|
-
name: "
|
|
4410
|
+
name: "String"
|
|
4411
|
+
}
|
|
4412
|
+
},
|
|
4413
|
+
metadata: {
|
|
4414
|
+
serializedName: "metadata",
|
|
4415
|
+
type: {
|
|
4416
|
+
name: "Dictionary",
|
|
4417
|
+
value: { type: { name: "any" } }
|
|
4418
|
+
}
|
|
4419
|
+
},
|
|
4420
|
+
auth: {
|
|
4421
|
+
serializedName: "auth",
|
|
4422
|
+
type: {
|
|
4423
|
+
name: "Sequence",
|
|
4424
|
+
element: {
|
|
4425
|
+
type: {
|
|
4426
|
+
name: "Composite",
|
|
4427
|
+
className: "ScaleRuleAuth"
|
|
4428
|
+
}
|
|
4429
|
+
}
|
|
4267
4430
|
}
|
|
4268
4431
|
}
|
|
4269
4432
|
}
|
|
4270
4433
|
}
|
|
4271
4434
|
};
|
|
4272
4435
|
|
|
4273
|
-
export const
|
|
4436
|
+
export const JobTemplate: coreClient.CompositeMapper = {
|
|
4274
4437
|
type: {
|
|
4275
4438
|
name: "Composite",
|
|
4276
|
-
className: "
|
|
4439
|
+
className: "JobTemplate",
|
|
4277
4440
|
modelProperties: {
|
|
4278
|
-
|
|
4279
|
-
serializedName: "
|
|
4441
|
+
initContainers: {
|
|
4442
|
+
serializedName: "initContainers",
|
|
4443
|
+
type: {
|
|
4444
|
+
name: "Sequence",
|
|
4445
|
+
element: {
|
|
4446
|
+
type: {
|
|
4447
|
+
name: "Composite",
|
|
4448
|
+
className: "InitContainer"
|
|
4449
|
+
}
|
|
4450
|
+
}
|
|
4451
|
+
}
|
|
4452
|
+
},
|
|
4453
|
+
containers: {
|
|
4454
|
+
serializedName: "containers",
|
|
4280
4455
|
type: {
|
|
4281
|
-
name: "
|
|
4456
|
+
name: "Sequence",
|
|
4457
|
+
element: {
|
|
4458
|
+
type: {
|
|
4459
|
+
name: "Composite",
|
|
4460
|
+
className: "Container"
|
|
4461
|
+
}
|
|
4462
|
+
}
|
|
4282
4463
|
}
|
|
4283
4464
|
},
|
|
4284
|
-
|
|
4285
|
-
serializedName: "
|
|
4465
|
+
volumes: {
|
|
4466
|
+
serializedName: "volumes",
|
|
4286
4467
|
type: {
|
|
4287
4468
|
name: "Sequence",
|
|
4288
4469
|
element: {
|
|
4289
4470
|
type: {
|
|
4290
4471
|
name: "Composite",
|
|
4291
|
-
className: "
|
|
4472
|
+
className: "Volume"
|
|
4292
4473
|
}
|
|
4293
4474
|
}
|
|
4294
4475
|
}
|
|
@@ -4297,58 +4478,74 @@ export const DiagnosticDataProviderMetadata: coreClient.CompositeMapper = {
|
|
|
4297
4478
|
}
|
|
4298
4479
|
};
|
|
4299
4480
|
|
|
4300
|
-
export const
|
|
4481
|
+
export const JobPatchProperties: coreClient.CompositeMapper = {
|
|
4301
4482
|
type: {
|
|
4302
4483
|
name: "Composite",
|
|
4303
|
-
className: "
|
|
4484
|
+
className: "JobPatchProperties",
|
|
4304
4485
|
modelProperties: {
|
|
4305
|
-
|
|
4306
|
-
serializedName: "
|
|
4486
|
+
identity: {
|
|
4487
|
+
serializedName: "identity",
|
|
4307
4488
|
type: {
|
|
4308
|
-
name: "
|
|
4489
|
+
name: "Composite",
|
|
4490
|
+
className: "ManagedServiceIdentity"
|
|
4309
4491
|
}
|
|
4310
4492
|
},
|
|
4311
|
-
|
|
4312
|
-
serializedName: "
|
|
4493
|
+
tags: {
|
|
4494
|
+
serializedName: "tags",
|
|
4313
4495
|
type: {
|
|
4314
|
-
name: "
|
|
4496
|
+
name: "Dictionary",
|
|
4497
|
+
value: { type: { name: "String" } }
|
|
4498
|
+
}
|
|
4499
|
+
},
|
|
4500
|
+
properties: {
|
|
4501
|
+
serializedName: "properties",
|
|
4502
|
+
type: {
|
|
4503
|
+
name: "Composite",
|
|
4504
|
+
className: "JobPatchPropertiesProperties"
|
|
4315
4505
|
}
|
|
4316
4506
|
}
|
|
4317
4507
|
}
|
|
4318
4508
|
}
|
|
4319
4509
|
};
|
|
4320
4510
|
|
|
4321
|
-
export const
|
|
4511
|
+
export const JobPatchPropertiesProperties: coreClient.CompositeMapper = {
|
|
4322
4512
|
type: {
|
|
4323
4513
|
name: "Composite",
|
|
4324
|
-
className: "
|
|
4514
|
+
className: "JobPatchPropertiesProperties",
|
|
4325
4515
|
modelProperties: {
|
|
4326
|
-
|
|
4327
|
-
serializedName: "
|
|
4516
|
+
environmentId: {
|
|
4517
|
+
serializedName: "environmentId",
|
|
4328
4518
|
type: {
|
|
4329
|
-
name: "
|
|
4519
|
+
name: "String"
|
|
4330
4520
|
}
|
|
4331
4521
|
},
|
|
4332
|
-
|
|
4333
|
-
serializedName: "
|
|
4522
|
+
configuration: {
|
|
4523
|
+
serializedName: "configuration",
|
|
4334
4524
|
type: {
|
|
4335
|
-
name: "
|
|
4525
|
+
name: "Composite",
|
|
4526
|
+
className: "JobConfiguration"
|
|
4336
4527
|
}
|
|
4337
4528
|
},
|
|
4338
|
-
|
|
4339
|
-
serializedName: "
|
|
4529
|
+
template: {
|
|
4530
|
+
serializedName: "template",
|
|
4340
4531
|
type: {
|
|
4341
|
-
name: "
|
|
4532
|
+
name: "Composite",
|
|
4533
|
+
className: "JobTemplate"
|
|
4342
4534
|
}
|
|
4343
4535
|
},
|
|
4344
|
-
|
|
4345
|
-
serializedName: "
|
|
4536
|
+
outboundIpAddresses: {
|
|
4537
|
+
serializedName: "outboundIpAddresses",
|
|
4346
4538
|
type: {
|
|
4347
|
-
name: "
|
|
4539
|
+
name: "Sequence",
|
|
4540
|
+
element: {
|
|
4541
|
+
type: {
|
|
4542
|
+
name: "String"
|
|
4543
|
+
}
|
|
4544
|
+
}
|
|
4348
4545
|
}
|
|
4349
4546
|
},
|
|
4350
|
-
|
|
4351
|
-
serializedName: "
|
|
4547
|
+
eventStreamEndpoint: {
|
|
4548
|
+
serializedName: "eventStreamEndpoint",
|
|
4352
4549
|
type: {
|
|
4353
4550
|
name: "String"
|
|
4354
4551
|
}
|
|
@@ -4357,108 +4554,114 @@ export const VnetConfiguration: coreClient.CompositeMapper = {
|
|
|
4357
4554
|
}
|
|
4358
4555
|
};
|
|
4359
4556
|
|
|
4360
|
-
export const
|
|
4557
|
+
export const JobExecutionTemplate: coreClient.CompositeMapper = {
|
|
4361
4558
|
type: {
|
|
4362
4559
|
name: "Composite",
|
|
4363
|
-
className: "
|
|
4560
|
+
className: "JobExecutionTemplate",
|
|
4364
4561
|
modelProperties: {
|
|
4365
|
-
|
|
4366
|
-
serializedName: "
|
|
4562
|
+
containers: {
|
|
4563
|
+
serializedName: "containers",
|
|
4367
4564
|
type: {
|
|
4368
|
-
name: "
|
|
4565
|
+
name: "Sequence",
|
|
4566
|
+
element: {
|
|
4567
|
+
type: {
|
|
4568
|
+
name: "Composite",
|
|
4569
|
+
className: "JobExecutionContainer"
|
|
4570
|
+
}
|
|
4571
|
+
}
|
|
4369
4572
|
}
|
|
4370
4573
|
},
|
|
4371
|
-
|
|
4372
|
-
serializedName: "
|
|
4574
|
+
initContainers: {
|
|
4575
|
+
serializedName: "initContainers",
|
|
4373
4576
|
type: {
|
|
4374
|
-
name: "
|
|
4375
|
-
|
|
4577
|
+
name: "Sequence",
|
|
4578
|
+
element: {
|
|
4579
|
+
type: {
|
|
4580
|
+
name: "Composite",
|
|
4581
|
+
className: "JobExecutionContainer"
|
|
4582
|
+
}
|
|
4583
|
+
}
|
|
4376
4584
|
}
|
|
4377
4585
|
}
|
|
4378
4586
|
}
|
|
4379
4587
|
}
|
|
4380
4588
|
};
|
|
4381
4589
|
|
|
4382
|
-
export const
|
|
4590
|
+
export const JobExecutionContainer: coreClient.CompositeMapper = {
|
|
4383
4591
|
type: {
|
|
4384
4592
|
name: "Composite",
|
|
4385
|
-
className: "
|
|
4593
|
+
className: "JobExecutionContainer",
|
|
4386
4594
|
modelProperties: {
|
|
4387
|
-
|
|
4388
|
-
serializedName: "
|
|
4595
|
+
image: {
|
|
4596
|
+
serializedName: "image",
|
|
4389
4597
|
type: {
|
|
4390
4598
|
name: "String"
|
|
4391
4599
|
}
|
|
4392
4600
|
},
|
|
4393
|
-
sharedKey: {
|
|
4394
|
-
serializedName: "sharedKey",
|
|
4395
|
-
type: {
|
|
4396
|
-
name: "String"
|
|
4397
|
-
}
|
|
4398
|
-
}
|
|
4399
|
-
}
|
|
4400
|
-
}
|
|
4401
|
-
};
|
|
4402
|
-
|
|
4403
|
-
export const WorkloadProfile: coreClient.CompositeMapper = {
|
|
4404
|
-
type: {
|
|
4405
|
-
name: "Composite",
|
|
4406
|
-
className: "WorkloadProfile",
|
|
4407
|
-
modelProperties: {
|
|
4408
4601
|
name: {
|
|
4409
4602
|
serializedName: "name",
|
|
4410
|
-
required: true,
|
|
4411
4603
|
type: {
|
|
4412
4604
|
name: "String"
|
|
4413
4605
|
}
|
|
4414
4606
|
},
|
|
4415
|
-
|
|
4416
|
-
serializedName: "
|
|
4417
|
-
required: true,
|
|
4607
|
+
command: {
|
|
4608
|
+
serializedName: "command",
|
|
4418
4609
|
type: {
|
|
4419
|
-
name: "
|
|
4610
|
+
name: "Sequence",
|
|
4611
|
+
element: {
|
|
4612
|
+
type: {
|
|
4613
|
+
name: "String"
|
|
4614
|
+
}
|
|
4615
|
+
}
|
|
4420
4616
|
}
|
|
4421
4617
|
},
|
|
4422
|
-
|
|
4423
|
-
serializedName: "
|
|
4618
|
+
args: {
|
|
4619
|
+
serializedName: "args",
|
|
4424
4620
|
type: {
|
|
4425
|
-
name: "
|
|
4621
|
+
name: "Sequence",
|
|
4622
|
+
element: {
|
|
4623
|
+
type: {
|
|
4624
|
+
name: "String"
|
|
4625
|
+
}
|
|
4626
|
+
}
|
|
4426
4627
|
}
|
|
4427
4628
|
},
|
|
4428
|
-
|
|
4429
|
-
serializedName: "
|
|
4629
|
+
env: {
|
|
4630
|
+
serializedName: "env",
|
|
4430
4631
|
type: {
|
|
4431
|
-
name: "
|
|
4632
|
+
name: "Sequence",
|
|
4633
|
+
element: {
|
|
4634
|
+
type: {
|
|
4635
|
+
name: "Composite",
|
|
4636
|
+
className: "EnvironmentVar"
|
|
4637
|
+
}
|
|
4638
|
+
}
|
|
4639
|
+
}
|
|
4640
|
+
},
|
|
4641
|
+
resources: {
|
|
4642
|
+
serializedName: "resources",
|
|
4643
|
+
type: {
|
|
4644
|
+
name: "Composite",
|
|
4645
|
+
className: "ContainerResources"
|
|
4432
4646
|
}
|
|
4433
4647
|
}
|
|
4434
4648
|
}
|
|
4435
4649
|
}
|
|
4436
4650
|
};
|
|
4437
4651
|
|
|
4438
|
-
export const
|
|
4652
|
+
export const JobExecutionBase: coreClient.CompositeMapper = {
|
|
4439
4653
|
type: {
|
|
4440
4654
|
name: "Composite",
|
|
4441
|
-
className: "
|
|
4655
|
+
className: "JobExecutionBase",
|
|
4442
4656
|
modelProperties: {
|
|
4443
|
-
|
|
4444
|
-
serializedName: "
|
|
4445
|
-
readOnly: true,
|
|
4657
|
+
name: {
|
|
4658
|
+
serializedName: "name",
|
|
4446
4659
|
type: {
|
|
4447
4660
|
name: "String"
|
|
4448
4661
|
}
|
|
4449
|
-
}
|
|
4450
|
-
|
|
4451
|
-
|
|
4452
|
-
};
|
|
4453
|
-
|
|
4454
|
-
export const DaprConfiguration: coreClient.CompositeMapper = {
|
|
4455
|
-
type: {
|
|
4456
|
-
name: "Composite",
|
|
4457
|
-
className: "DaprConfiguration",
|
|
4458
|
-
modelProperties: {
|
|
4459
|
-
version: {
|
|
4460
|
-
serializedName: "version",
|
|
4461
|
-
readOnly: true,
|
|
4662
|
+
},
|
|
4663
|
+
id: {
|
|
4664
|
+
serializedName: "id",
|
|
4462
4665
|
type: {
|
|
4463
4666
|
name: "String"
|
|
4464
4667
|
}
|
|
@@ -4467,25 +4670,27 @@ export const DaprConfiguration: coreClient.CompositeMapper = {
|
|
|
4467
4670
|
}
|
|
4468
4671
|
};
|
|
4469
4672
|
|
|
4470
|
-
export const
|
|
4673
|
+
export const ContainerAppJobExecutions: coreClient.CompositeMapper = {
|
|
4471
4674
|
type: {
|
|
4472
4675
|
name: "Composite",
|
|
4473
|
-
className: "
|
|
4676
|
+
className: "ContainerAppJobExecutions",
|
|
4474
4677
|
modelProperties: {
|
|
4475
4678
|
value: {
|
|
4476
4679
|
serializedName: "value",
|
|
4680
|
+
required: true,
|
|
4477
4681
|
type: {
|
|
4478
4682
|
name: "Sequence",
|
|
4479
4683
|
element: {
|
|
4480
4684
|
type: {
|
|
4481
4685
|
name: "Composite",
|
|
4482
|
-
className: "
|
|
4686
|
+
className: "JobExecution"
|
|
4483
4687
|
}
|
|
4484
4688
|
}
|
|
4485
4689
|
}
|
|
4486
4690
|
},
|
|
4487
4691
|
nextLink: {
|
|
4488
4692
|
serializedName: "nextLink",
|
|
4693
|
+
readOnly: true,
|
|
4489
4694
|
type: {
|
|
4490
4695
|
name: "String"
|
|
4491
4696
|
}
|
|
@@ -4494,10 +4699,10 @@ export const AvailableOperations: coreClient.CompositeMapper = {
|
|
|
4494
4699
|
}
|
|
4495
4700
|
};
|
|
4496
4701
|
|
|
4497
|
-
export const
|
|
4702
|
+
export const JobExecution: coreClient.CompositeMapper = {
|
|
4498
4703
|
type: {
|
|
4499
4704
|
name: "Composite",
|
|
4500
|
-
className: "
|
|
4705
|
+
className: "JobExecution",
|
|
4501
4706
|
modelProperties: {
|
|
4502
4707
|
name: {
|
|
4503
4708
|
serializedName: "name",
|
|
@@ -4505,56 +4710,64 @@ export const OperationDetail: coreClient.CompositeMapper = {
|
|
|
4505
4710
|
name: "String"
|
|
4506
4711
|
}
|
|
4507
4712
|
},
|
|
4508
|
-
|
|
4509
|
-
serializedName: "
|
|
4510
|
-
type: {
|
|
4511
|
-
name: "Boolean"
|
|
4512
|
-
}
|
|
4513
|
-
},
|
|
4514
|
-
display: {
|
|
4515
|
-
serializedName: "display",
|
|
4713
|
+
id: {
|
|
4714
|
+
serializedName: "id",
|
|
4516
4715
|
type: {
|
|
4517
|
-
name: "
|
|
4518
|
-
className: "OperationDisplay"
|
|
4716
|
+
name: "String"
|
|
4519
4717
|
}
|
|
4520
4718
|
},
|
|
4521
|
-
|
|
4522
|
-
serializedName: "
|
|
4719
|
+
type: {
|
|
4720
|
+
serializedName: "type",
|
|
4523
4721
|
type: {
|
|
4524
4722
|
name: "String"
|
|
4525
4723
|
}
|
|
4526
|
-
}
|
|
4527
|
-
|
|
4528
|
-
|
|
4529
|
-
|
|
4530
|
-
|
|
4531
|
-
export const OperationDisplay: coreClient.CompositeMapper = {
|
|
4532
|
-
type: {
|
|
4533
|
-
name: "Composite",
|
|
4534
|
-
className: "OperationDisplay",
|
|
4535
|
-
modelProperties: {
|
|
4536
|
-
provider: {
|
|
4537
|
-
serializedName: "provider",
|
|
4724
|
+
},
|
|
4725
|
+
status: {
|
|
4726
|
+
serializedName: "status",
|
|
4727
|
+
readOnly: true,
|
|
4538
4728
|
type: {
|
|
4539
4729
|
name: "String"
|
|
4540
4730
|
}
|
|
4541
4731
|
},
|
|
4542
|
-
|
|
4543
|
-
serializedName: "
|
|
4732
|
+
startTime: {
|
|
4733
|
+
serializedName: "startTime",
|
|
4544
4734
|
type: {
|
|
4545
|
-
name: "
|
|
4735
|
+
name: "DateTime"
|
|
4546
4736
|
}
|
|
4547
4737
|
},
|
|
4548
|
-
|
|
4549
|
-
serializedName: "
|
|
4738
|
+
endTime: {
|
|
4739
|
+
serializedName: "endTime",
|
|
4550
4740
|
type: {
|
|
4551
|
-
name: "
|
|
4741
|
+
name: "DateTime"
|
|
4552
4742
|
}
|
|
4553
4743
|
},
|
|
4554
|
-
|
|
4555
|
-
serializedName: "
|
|
4744
|
+
template: {
|
|
4745
|
+
serializedName: "template",
|
|
4556
4746
|
type: {
|
|
4557
|
-
name: "
|
|
4747
|
+
name: "Composite",
|
|
4748
|
+
className: "JobExecutionTemplate"
|
|
4749
|
+
}
|
|
4750
|
+
}
|
|
4751
|
+
}
|
|
4752
|
+
}
|
|
4753
|
+
};
|
|
4754
|
+
|
|
4755
|
+
export const JobSecretsCollection: coreClient.CompositeMapper = {
|
|
4756
|
+
type: {
|
|
4757
|
+
name: "Composite",
|
|
4758
|
+
className: "JobSecretsCollection",
|
|
4759
|
+
modelProperties: {
|
|
4760
|
+
value: {
|
|
4761
|
+
serializedName: "value",
|
|
4762
|
+
required: true,
|
|
4763
|
+
type: {
|
|
4764
|
+
name: "Sequence",
|
|
4765
|
+
element: {
|
|
4766
|
+
type: {
|
|
4767
|
+
name: "Composite",
|
|
4768
|
+
className: "Secret"
|
|
4769
|
+
}
|
|
4770
|
+
}
|
|
4558
4771
|
}
|
|
4559
4772
|
}
|
|
4560
4773
|
}
|
|
@@ -4825,6 +5038,12 @@ export const GithubActionConfiguration: coreClient.CompositeMapper = {
|
|
|
4825
5038
|
name: "String"
|
|
4826
5039
|
}
|
|
4827
5040
|
},
|
|
5041
|
+
githubPersonalAccessToken: {
|
|
5042
|
+
serializedName: "githubPersonalAccessToken",
|
|
5043
|
+
type: {
|
|
5044
|
+
name: "String"
|
|
5045
|
+
}
|
|
5046
|
+
},
|
|
4828
5047
|
image: {
|
|
4829
5048
|
serializedName: "image",
|
|
4830
5049
|
type: {
|
|
@@ -4909,6 +5128,12 @@ export const AzureCredentials: coreClient.CompositeMapper = {
|
|
|
4909
5128
|
name: "String"
|
|
4910
5129
|
}
|
|
4911
5130
|
},
|
|
5131
|
+
kind: {
|
|
5132
|
+
serializedName: "kind",
|
|
5133
|
+
type: {
|
|
5134
|
+
name: "String"
|
|
5135
|
+
}
|
|
5136
|
+
},
|
|
4912
5137
|
subscriptionId: {
|
|
4913
5138
|
serializedName: "subscriptionId",
|
|
4914
5139
|
type: {
|
|
@@ -4919,6 +5144,28 @@ export const AzureCredentials: coreClient.CompositeMapper = {
|
|
|
4919
5144
|
}
|
|
4920
5145
|
};
|
|
4921
5146
|
|
|
5147
|
+
export const JobExecutionNamesCollection: coreClient.CompositeMapper = {
|
|
5148
|
+
type: {
|
|
5149
|
+
name: "Composite",
|
|
5150
|
+
className: "JobExecutionNamesCollection",
|
|
5151
|
+
modelProperties: {
|
|
5152
|
+
value: {
|
|
5153
|
+
serializedName: "value",
|
|
5154
|
+
required: true,
|
|
5155
|
+
type: {
|
|
5156
|
+
name: "Sequence",
|
|
5157
|
+
element: {
|
|
5158
|
+
type: {
|
|
5159
|
+
name: "Composite",
|
|
5160
|
+
className: "JobExecutionBase"
|
|
5161
|
+
}
|
|
5162
|
+
}
|
|
5163
|
+
}
|
|
5164
|
+
}
|
|
5165
|
+
}
|
|
5166
|
+
}
|
|
5167
|
+
};
|
|
5168
|
+
|
|
4922
5169
|
export const ProxyResource: coreClient.CompositeMapper = {
|
|
4923
5170
|
type: {
|
|
4924
5171
|
name: "Composite",
|
|
@@ -5244,6 +5491,13 @@ export const Revision: coreClient.CompositeMapper = {
|
|
|
5244
5491
|
type: {
|
|
5245
5492
|
name: "String"
|
|
5246
5493
|
}
|
|
5494
|
+
},
|
|
5495
|
+
runningState: {
|
|
5496
|
+
serializedName: "properties.runningState",
|
|
5497
|
+
readOnly: true,
|
|
5498
|
+
type: {
|
|
5499
|
+
name: "String"
|
|
5500
|
+
}
|
|
5247
5501
|
}
|
|
5248
5502
|
}
|
|
5249
5503
|
}
|
|
@@ -5262,6 +5516,20 @@ export const Replica: coreClient.CompositeMapper = {
|
|
|
5262
5516
|
name: "DateTime"
|
|
5263
5517
|
}
|
|
5264
5518
|
},
|
|
5519
|
+
runningState: {
|
|
5520
|
+
serializedName: "properties.runningState",
|
|
5521
|
+
readOnly: true,
|
|
5522
|
+
type: {
|
|
5523
|
+
name: "String"
|
|
5524
|
+
}
|
|
5525
|
+
},
|
|
5526
|
+
runningStateDetails: {
|
|
5527
|
+
serializedName: "properties.runningStateDetails",
|
|
5528
|
+
readOnly: true,
|
|
5529
|
+
type: {
|
|
5530
|
+
name: "String"
|
|
5531
|
+
}
|
|
5532
|
+
},
|
|
5265
5533
|
containers: {
|
|
5266
5534
|
serializedName: "properties.containers",
|
|
5267
5535
|
type: {
|
|
@@ -5273,6 +5541,18 @@ export const Replica: coreClient.CompositeMapper = {
|
|
|
5273
5541
|
}
|
|
5274
5542
|
}
|
|
5275
5543
|
}
|
|
5544
|
+
},
|
|
5545
|
+
initContainers: {
|
|
5546
|
+
serializedName: "properties.initContainers",
|
|
5547
|
+
type: {
|
|
5548
|
+
name: "Sequence",
|
|
5549
|
+
element: {
|
|
5550
|
+
type: {
|
|
5551
|
+
name: "Composite",
|
|
5552
|
+
className: "ReplicaContainer"
|
|
5553
|
+
}
|
|
5554
|
+
}
|
|
5555
|
+
}
|
|
5276
5556
|
}
|
|
5277
5557
|
}
|
|
5278
5558
|
}
|
|
@@ -5579,75 +5859,6 @@ export const ContainerAppAuthToken: coreClient.CompositeMapper = {
|
|
|
5579
5859
|
}
|
|
5580
5860
|
};
|
|
5581
5861
|
|
|
5582
|
-
export const Job: coreClient.CompositeMapper = {
|
|
5583
|
-
type: {
|
|
5584
|
-
name: "Composite",
|
|
5585
|
-
className: "Job",
|
|
5586
|
-
modelProperties: {
|
|
5587
|
-
...TrackedResource.type.modelProperties,
|
|
5588
|
-
identity: {
|
|
5589
|
-
serializedName: "identity",
|
|
5590
|
-
type: {
|
|
5591
|
-
name: "Composite",
|
|
5592
|
-
className: "ManagedServiceIdentity"
|
|
5593
|
-
}
|
|
5594
|
-
},
|
|
5595
|
-
provisioningState: {
|
|
5596
|
-
serializedName: "properties.provisioningState",
|
|
5597
|
-
readOnly: true,
|
|
5598
|
-
type: {
|
|
5599
|
-
name: "String"
|
|
5600
|
-
}
|
|
5601
|
-
},
|
|
5602
|
-
environmentId: {
|
|
5603
|
-
serializedName: "properties.environmentId",
|
|
5604
|
-
type: {
|
|
5605
|
-
name: "String"
|
|
5606
|
-
}
|
|
5607
|
-
},
|
|
5608
|
-
workloadProfileName: {
|
|
5609
|
-
serializedName: "properties.workloadProfileName",
|
|
5610
|
-
type: {
|
|
5611
|
-
name: "String"
|
|
5612
|
-
}
|
|
5613
|
-
},
|
|
5614
|
-
configuration: {
|
|
5615
|
-
serializedName: "properties.configuration",
|
|
5616
|
-
type: {
|
|
5617
|
-
name: "Composite",
|
|
5618
|
-
className: "JobConfiguration"
|
|
5619
|
-
}
|
|
5620
|
-
},
|
|
5621
|
-
template: {
|
|
5622
|
-
serializedName: "properties.template",
|
|
5623
|
-
type: {
|
|
5624
|
-
name: "Composite",
|
|
5625
|
-
className: "JobTemplate"
|
|
5626
|
-
}
|
|
5627
|
-
},
|
|
5628
|
-
outboundIpAddresses: {
|
|
5629
|
-
serializedName: "properties.outboundIpAddresses",
|
|
5630
|
-
readOnly: true,
|
|
5631
|
-
type: {
|
|
5632
|
-
name: "Sequence",
|
|
5633
|
-
element: {
|
|
5634
|
-
type: {
|
|
5635
|
-
name: "String"
|
|
5636
|
-
}
|
|
5637
|
-
}
|
|
5638
|
-
}
|
|
5639
|
-
},
|
|
5640
|
-
eventStreamEndpoint: {
|
|
5641
|
-
serializedName: "properties.eventStreamEndpoint",
|
|
5642
|
-
readOnly: true,
|
|
5643
|
-
type: {
|
|
5644
|
-
name: "String"
|
|
5645
|
-
}
|
|
5646
|
-
}
|
|
5647
|
-
}
|
|
5648
|
-
}
|
|
5649
|
-
};
|
|
5650
|
-
|
|
5651
5862
|
export const ManagedEnvironment: coreClient.CompositeMapper = {
|
|
5652
5863
|
type: {
|
|
5653
5864
|
name: "Composite",
|
|
@@ -5765,6 +5976,82 @@ export const ManagedEnvironment: coreClient.CompositeMapper = {
|
|
|
5765
5976
|
type: {
|
|
5766
5977
|
name: "String"
|
|
5767
5978
|
}
|
|
5979
|
+
},
|
|
5980
|
+
peerAuthentication: {
|
|
5981
|
+
serializedName: "properties.peerAuthentication",
|
|
5982
|
+
type: {
|
|
5983
|
+
name: "Composite",
|
|
5984
|
+
className: "ManagedEnvironmentPropertiesPeerAuthentication"
|
|
5985
|
+
}
|
|
5986
|
+
}
|
|
5987
|
+
}
|
|
5988
|
+
}
|
|
5989
|
+
};
|
|
5990
|
+
|
|
5991
|
+
export const Job: coreClient.CompositeMapper = {
|
|
5992
|
+
type: {
|
|
5993
|
+
name: "Composite",
|
|
5994
|
+
className: "Job",
|
|
5995
|
+
modelProperties: {
|
|
5996
|
+
...TrackedResource.type.modelProperties,
|
|
5997
|
+
identity: {
|
|
5998
|
+
serializedName: "identity",
|
|
5999
|
+
type: {
|
|
6000
|
+
name: "Composite",
|
|
6001
|
+
className: "ManagedServiceIdentity"
|
|
6002
|
+
}
|
|
6003
|
+
},
|
|
6004
|
+
provisioningState: {
|
|
6005
|
+
serializedName: "properties.provisioningState",
|
|
6006
|
+
readOnly: true,
|
|
6007
|
+
type: {
|
|
6008
|
+
name: "String"
|
|
6009
|
+
}
|
|
6010
|
+
},
|
|
6011
|
+
environmentId: {
|
|
6012
|
+
serializedName: "properties.environmentId",
|
|
6013
|
+
type: {
|
|
6014
|
+
name: "String"
|
|
6015
|
+
}
|
|
6016
|
+
},
|
|
6017
|
+
workloadProfileName: {
|
|
6018
|
+
serializedName: "properties.workloadProfileName",
|
|
6019
|
+
type: {
|
|
6020
|
+
name: "String"
|
|
6021
|
+
}
|
|
6022
|
+
},
|
|
6023
|
+
configuration: {
|
|
6024
|
+
serializedName: "properties.configuration",
|
|
6025
|
+
type: {
|
|
6026
|
+
name: "Composite",
|
|
6027
|
+
className: "JobConfiguration"
|
|
6028
|
+
}
|
|
6029
|
+
},
|
|
6030
|
+
template: {
|
|
6031
|
+
serializedName: "properties.template",
|
|
6032
|
+
type: {
|
|
6033
|
+
name: "Composite",
|
|
6034
|
+
className: "JobTemplate"
|
|
6035
|
+
}
|
|
6036
|
+
},
|
|
6037
|
+
outboundIpAddresses: {
|
|
6038
|
+
serializedName: "properties.outboundIpAddresses",
|
|
6039
|
+
readOnly: true,
|
|
6040
|
+
type: {
|
|
6041
|
+
name: "Sequence",
|
|
6042
|
+
element: {
|
|
6043
|
+
type: {
|
|
6044
|
+
name: "String"
|
|
6045
|
+
}
|
|
6046
|
+
}
|
|
6047
|
+
}
|
|
6048
|
+
},
|
|
6049
|
+
eventStreamEndpoint: {
|
|
6050
|
+
serializedName: "properties.eventStreamEndpoint",
|
|
6051
|
+
readOnly: true,
|
|
6052
|
+
type: {
|
|
6053
|
+
name: "String"
|
|
6054
|
+
}
|
|
5768
6055
|
}
|
|
5769
6056
|
}
|
|
5770
6057
|
}
|
|
@@ -5856,6 +6143,36 @@ export const ContainerAppsUpdateHeaders: coreClient.CompositeMapper = {
|
|
|
5856
6143
|
}
|
|
5857
6144
|
};
|
|
5858
6145
|
|
|
6146
|
+
export const ContainerAppsStartHeaders: coreClient.CompositeMapper = {
|
|
6147
|
+
type: {
|
|
6148
|
+
name: "Composite",
|
|
6149
|
+
className: "ContainerAppsStartHeaders",
|
|
6150
|
+
modelProperties: {
|
|
6151
|
+
location: {
|
|
6152
|
+
serializedName: "location",
|
|
6153
|
+
type: {
|
|
6154
|
+
name: "String"
|
|
6155
|
+
}
|
|
6156
|
+
}
|
|
6157
|
+
}
|
|
6158
|
+
}
|
|
6159
|
+
};
|
|
6160
|
+
|
|
6161
|
+
export const ContainerAppsStopHeaders: coreClient.CompositeMapper = {
|
|
6162
|
+
type: {
|
|
6163
|
+
name: "Composite",
|
|
6164
|
+
className: "ContainerAppsStopHeaders",
|
|
6165
|
+
modelProperties: {
|
|
6166
|
+
location: {
|
|
6167
|
+
serializedName: "location",
|
|
6168
|
+
type: {
|
|
6169
|
+
name: "String"
|
|
6170
|
+
}
|
|
6171
|
+
}
|
|
6172
|
+
}
|
|
6173
|
+
}
|
|
6174
|
+
};
|
|
6175
|
+
|
|
5859
6176
|
export const JobsDeleteHeaders: coreClient.CompositeMapper = {
|
|
5860
6177
|
type: {
|
|
5861
6178
|
name: "Composite",
|