@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/index.ts
CHANGED
|
@@ -858,6 +858,8 @@ export interface Configuration {
|
|
|
858
858
|
dapr?: Dapr;
|
|
859
859
|
/** Optional. Max inactive revisions a Container App can have. */
|
|
860
860
|
maxInactiveRevisions?: number;
|
|
861
|
+
/** Container App to be a dev Container App Service */
|
|
862
|
+
service?: Service;
|
|
861
863
|
}
|
|
862
864
|
|
|
863
865
|
/** Container App Ingress configuration. */
|
|
@@ -979,6 +981,12 @@ export interface Dapr {
|
|
|
979
981
|
enableApiLogging?: boolean;
|
|
980
982
|
}
|
|
981
983
|
|
|
984
|
+
/** Container App to be a dev service */
|
|
985
|
+
export interface Service {
|
|
986
|
+
/** Dev ContainerApp service type */
|
|
987
|
+
type: string;
|
|
988
|
+
}
|
|
989
|
+
|
|
982
990
|
/**
|
|
983
991
|
* Container App versioned application definition.
|
|
984
992
|
* Defines the desired state of an immutable revision.
|
|
@@ -987,6 +995,8 @@ export interface Dapr {
|
|
|
987
995
|
export interface Template {
|
|
988
996
|
/** User friendly suffix that is appended to the revision name */
|
|
989
997
|
revisionSuffix?: string;
|
|
998
|
+
/** Optional duration in seconds the Container App Instance needs to terminate gracefully. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). If this value is nil, the default grace period will be used instead. Set this value longer than the expected cleanup time for your process. Defaults to 30 seconds. */
|
|
999
|
+
terminationGracePeriodSeconds?: number;
|
|
990
1000
|
/** List of specialized containers that run before app containers. */
|
|
991
1001
|
initContainers?: InitContainer[];
|
|
992
1002
|
/** List of container definitions for the Container App. */
|
|
@@ -995,6 +1005,8 @@ export interface Template {
|
|
|
995
1005
|
scale?: Scale;
|
|
996
1006
|
/** List of volume definitions for the Container App. */
|
|
997
1007
|
volumes?: Volume[];
|
|
1008
|
+
/** List of container app services bound to the app */
|
|
1009
|
+
serviceBinds?: ServiceBind[];
|
|
998
1010
|
}
|
|
999
1011
|
|
|
1000
1012
|
/** Container App base container definition. */
|
|
@@ -1044,6 +1056,8 @@ export interface VolumeMount {
|
|
|
1044
1056
|
volumeName?: string;
|
|
1045
1057
|
/** Path within the container at which the volume should be mounted.Must not contain ':'. */
|
|
1046
1058
|
mountPath?: string;
|
|
1059
|
+
/** Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root). */
|
|
1060
|
+
subPath?: string;
|
|
1047
1061
|
}
|
|
1048
1062
|
|
|
1049
1063
|
/** Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic. */
|
|
@@ -1132,9 +1146,9 @@ export interface QueueScaleRule {
|
|
|
1132
1146
|
auth?: ScaleRuleAuth[];
|
|
1133
1147
|
}
|
|
1134
1148
|
|
|
1135
|
-
/** Auth Secrets for
|
|
1149
|
+
/** Auth Secrets for Scale Rule */
|
|
1136
1150
|
export interface ScaleRuleAuth {
|
|
1137
|
-
/** Name of the
|
|
1151
|
+
/** Name of the secret from which to pull the auth params. */
|
|
1138
1152
|
secretRef?: string;
|
|
1139
1153
|
/** Trigger Parameter that uses the secret */
|
|
1140
1154
|
triggerParameter?: string;
|
|
@@ -1179,6 +1193,8 @@ export interface Volume {
|
|
|
1179
1193
|
storageName?: string;
|
|
1180
1194
|
/** List of secrets to be added in volume. If no secrets are provided, all secrets in collection will be added to volume. */
|
|
1181
1195
|
secrets?: SecretVolumeItem[];
|
|
1196
|
+
/** Mount options used while mounting the AzureFile. Must be a comma-separated string. */
|
|
1197
|
+
mountOptions?: string;
|
|
1182
1198
|
}
|
|
1183
1199
|
|
|
1184
1200
|
/** Secret to be added to volume. */
|
|
@@ -1189,6 +1205,14 @@ export interface SecretVolumeItem {
|
|
|
1189
1205
|
path?: string;
|
|
1190
1206
|
}
|
|
1191
1207
|
|
|
1208
|
+
/** Configuration to bind a ContainerApp to a dev ContainerApp Service */
|
|
1209
|
+
export interface ServiceBind {
|
|
1210
|
+
/** Resource id of the target service */
|
|
1211
|
+
serviceId?: string;
|
|
1212
|
+
/** Name of the service bind */
|
|
1213
|
+
name?: string;
|
|
1214
|
+
}
|
|
1215
|
+
|
|
1192
1216
|
/** Custom domain analysis. */
|
|
1193
1217
|
export interface CustomHostnameAnalysisResult {
|
|
1194
1218
|
/**
|
|
@@ -1308,161 +1332,6 @@ export interface ContainerAppSecret {
|
|
|
1308
1332
|
readonly keyVaultUrl?: string;
|
|
1309
1333
|
}
|
|
1310
1334
|
|
|
1311
|
-
/** Container Apps Jobs collection ARM resource. */
|
|
1312
|
-
export interface JobsCollection {
|
|
1313
|
-
/** Collection of resources. */
|
|
1314
|
-
value: Job[];
|
|
1315
|
-
/**
|
|
1316
|
-
* Link to next page of resources.
|
|
1317
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1318
|
-
*/
|
|
1319
|
-
readonly nextLink?: string;
|
|
1320
|
-
}
|
|
1321
|
-
|
|
1322
|
-
/** Non versioned Container Apps Job configuration properties */
|
|
1323
|
-
export interface JobConfiguration {
|
|
1324
|
-
/** Collection of secrets used by a Container Apps Job */
|
|
1325
|
-
secrets?: Secret[];
|
|
1326
|
-
/** Trigger type of the job */
|
|
1327
|
-
triggerType: TriggerType;
|
|
1328
|
-
/** Maximum number of seconds a replica is allowed to run. */
|
|
1329
|
-
replicaTimeout: number;
|
|
1330
|
-
/** Maximum number of retries before failing the job. */
|
|
1331
|
-
replicaRetryLimit?: number;
|
|
1332
|
-
/** Manual trigger configuration for a single execution job. Properties replicaCompletionCount and parallelism would be set to 1 by default */
|
|
1333
|
-
manualTriggerConfig?: JobConfigurationManualTriggerConfig;
|
|
1334
|
-
/** Cron formatted repeating trigger schedule ("* * * * *") for cronjobs. Properties completions and parallelism would be set to 1 by default */
|
|
1335
|
-
scheduleTriggerConfig?: JobConfigurationScheduleTriggerConfig;
|
|
1336
|
-
/** Collection of private container registry credentials used by a Container apps job */
|
|
1337
|
-
registries?: RegistryCredentials[];
|
|
1338
|
-
}
|
|
1339
|
-
|
|
1340
|
-
/** Manual trigger configuration for a single execution job. Properties replicaCompletionCount and parallelism would be set to 1 by default */
|
|
1341
|
-
export interface JobConfigurationManualTriggerConfig {
|
|
1342
|
-
/** Minimum number of successful replica completions before overall job completion. */
|
|
1343
|
-
replicaCompletionCount?: number;
|
|
1344
|
-
/** Number of parallel replicas of a job that can run at a given time. */
|
|
1345
|
-
parallelism?: number;
|
|
1346
|
-
}
|
|
1347
|
-
|
|
1348
|
-
/** Cron formatted repeating trigger schedule ("* * * * *") for cronjobs. Properties completions and parallelism would be set to 1 by default */
|
|
1349
|
-
export interface JobConfigurationScheduleTriggerConfig {
|
|
1350
|
-
/** Minimum number of successful replica completions before overall job completion. */
|
|
1351
|
-
replicaCompletionCount?: number;
|
|
1352
|
-
/** Cron formatted repeating schedule ("* * * * *") of a Cron Job. */
|
|
1353
|
-
cronExpression: string;
|
|
1354
|
-
/** Number of parallel replicas of a job that can run at a given time. */
|
|
1355
|
-
parallelism?: number;
|
|
1356
|
-
}
|
|
1357
|
-
|
|
1358
|
-
/** Container Apps Job versioned application definition. Defines the desired state of an immutable revision. Any changes to this section Will result in a new revision being created */
|
|
1359
|
-
export interface JobTemplate {
|
|
1360
|
-
/** List of specialized containers that run before app containers. */
|
|
1361
|
-
initContainers?: InitContainer[];
|
|
1362
|
-
/** List of container definitions for the Container App. */
|
|
1363
|
-
containers?: Container[];
|
|
1364
|
-
/** List of volume definitions for the Container App. */
|
|
1365
|
-
volumes?: Volume[];
|
|
1366
|
-
}
|
|
1367
|
-
|
|
1368
|
-
/** Container Apps Job resource specific properties. */
|
|
1369
|
-
export interface JobPatchProperties {
|
|
1370
|
-
/** Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code. */
|
|
1371
|
-
identity?: ManagedServiceIdentity;
|
|
1372
|
-
/** Resource tags. */
|
|
1373
|
-
tags?: { [propertyName: string]: string };
|
|
1374
|
-
properties?: JobPatchPropertiesProperties;
|
|
1375
|
-
}
|
|
1376
|
-
|
|
1377
|
-
export interface JobPatchPropertiesProperties {
|
|
1378
|
-
/** Resource ID of environment. */
|
|
1379
|
-
environmentId?: string;
|
|
1380
|
-
/** Container Apps Job configuration properties. */
|
|
1381
|
-
configuration?: JobConfiguration;
|
|
1382
|
-
/** Container Apps job definition. */
|
|
1383
|
-
template?: JobTemplate;
|
|
1384
|
-
/** Outbound IP Addresses of a container apps job. */
|
|
1385
|
-
outboundIpAddresses?: string[];
|
|
1386
|
-
/** The endpoint of the eventstream of the container apps job. */
|
|
1387
|
-
eventStreamEndpoint?: string;
|
|
1388
|
-
}
|
|
1389
|
-
|
|
1390
|
-
/** Job's execution template, containing container configuration for a job's execution */
|
|
1391
|
-
export interface JobExecutionTemplate {
|
|
1392
|
-
/** List of container definitions for the Container Apps Job. */
|
|
1393
|
-
containers?: JobExecutionContainer[];
|
|
1394
|
-
/** List of specialized containers that run before job containers. */
|
|
1395
|
-
initContainers?: JobExecutionContainer[];
|
|
1396
|
-
}
|
|
1397
|
-
|
|
1398
|
-
/** Container Apps Jobs execution container definition. */
|
|
1399
|
-
export interface JobExecutionContainer {
|
|
1400
|
-
/** Container image tag. */
|
|
1401
|
-
image?: string;
|
|
1402
|
-
/** Custom container name. */
|
|
1403
|
-
name?: string;
|
|
1404
|
-
/** Container start command. */
|
|
1405
|
-
command?: string[];
|
|
1406
|
-
/** Container start command arguments. */
|
|
1407
|
-
args?: string[];
|
|
1408
|
-
/** Container environment variables. */
|
|
1409
|
-
env?: EnvironmentVar[];
|
|
1410
|
-
/** Container resource requirements. */
|
|
1411
|
-
resources?: ContainerResources;
|
|
1412
|
-
}
|
|
1413
|
-
|
|
1414
|
-
/** Container App's Job execution name. */
|
|
1415
|
-
export interface JobExecutionBase {
|
|
1416
|
-
/** Job execution name. */
|
|
1417
|
-
name?: string;
|
|
1418
|
-
/** Job execution Id. */
|
|
1419
|
-
id?: string;
|
|
1420
|
-
}
|
|
1421
|
-
|
|
1422
|
-
/** Container App executions names list. */
|
|
1423
|
-
export interface JobExecutionNamesCollection {
|
|
1424
|
-
/** Collection of resources. */
|
|
1425
|
-
value: JobExecutionBase[];
|
|
1426
|
-
}
|
|
1427
|
-
|
|
1428
|
-
/** Container App executions collection ARM resource. */
|
|
1429
|
-
export interface ContainerAppJobExecutions {
|
|
1430
|
-
/** Collection of resources. */
|
|
1431
|
-
value: JobExecution[];
|
|
1432
|
-
/**
|
|
1433
|
-
* Link to next page of resources.
|
|
1434
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1435
|
-
*/
|
|
1436
|
-
readonly nextLink?: string;
|
|
1437
|
-
}
|
|
1438
|
-
|
|
1439
|
-
/** Container Apps Jobs execution. */
|
|
1440
|
-
export interface JobExecution {
|
|
1441
|
-
/** Job execution Name. */
|
|
1442
|
-
name?: string;
|
|
1443
|
-
/** Job execution Id. */
|
|
1444
|
-
id?: string;
|
|
1445
|
-
/** Job Type. */
|
|
1446
|
-
type?: string;
|
|
1447
|
-
/**
|
|
1448
|
-
* Current running State of the job
|
|
1449
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1450
|
-
*/
|
|
1451
|
-
readonly status?: JobExecutionRunningState;
|
|
1452
|
-
/** Job execution start time. */
|
|
1453
|
-
startTime?: Date;
|
|
1454
|
-
/** Job execution start time. */
|
|
1455
|
-
endTime?: Date;
|
|
1456
|
-
/** Job's execution container. */
|
|
1457
|
-
template?: JobExecutionTemplate;
|
|
1458
|
-
}
|
|
1459
|
-
|
|
1460
|
-
/** Container Apps Job Secrets Collection ARM resource. */
|
|
1461
|
-
export interface JobSecretsCollection {
|
|
1462
|
-
/** Collection of resources. */
|
|
1463
|
-
value: Secret[];
|
|
1464
|
-
}
|
|
1465
|
-
|
|
1466
1335
|
/** Container App Revisions collection ARM resource. */
|
|
1467
1336
|
export interface RevisionCollection {
|
|
1468
1337
|
/** Collection of resources. */
|
|
@@ -1486,6 +1355,16 @@ export interface ReplicaContainer {
|
|
|
1486
1355
|
started?: boolean;
|
|
1487
1356
|
/** The container restart count */
|
|
1488
1357
|
restartCount?: number;
|
|
1358
|
+
/**
|
|
1359
|
+
* Current running state of the container
|
|
1360
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1361
|
+
*/
|
|
1362
|
+
readonly runningState?: ContainerAppContainerRunningState;
|
|
1363
|
+
/**
|
|
1364
|
+
* The details of container current running state
|
|
1365
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1366
|
+
*/
|
|
1367
|
+
readonly runningStateDetails?: string;
|
|
1489
1368
|
/**
|
|
1490
1369
|
* Log Stream endpoint
|
|
1491
1370
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -1664,13 +1543,13 @@ export interface VnetConfiguration {
|
|
|
1664
1543
|
|
|
1665
1544
|
/** Configuration of application logs */
|
|
1666
1545
|
export interface AppLogsConfiguration {
|
|
1667
|
-
/** Logs destination */
|
|
1546
|
+
/** Logs destination, can be 'log-analytics', 'azure-monitor' or 'none' */
|
|
1668
1547
|
destination?: string;
|
|
1669
|
-
/** Log Analytics configuration */
|
|
1548
|
+
/** Log Analytics configuration, must only be provided when destination is configured as 'log-analytics' */
|
|
1670
1549
|
logAnalyticsConfiguration?: LogAnalyticsConfiguration;
|
|
1671
1550
|
}
|
|
1672
1551
|
|
|
1673
|
-
/** Log
|
|
1552
|
+
/** Log Analytics configuration, must only be provided when destination is configured as 'log-analytics' */
|
|
1674
1553
|
export interface LogAnalyticsConfiguration {
|
|
1675
1554
|
/** Log analytics customer id */
|
|
1676
1555
|
customerId?: string;
|
|
@@ -1708,6 +1587,18 @@ export interface DaprConfiguration {
|
|
|
1708
1587
|
readonly version?: string;
|
|
1709
1588
|
}
|
|
1710
1589
|
|
|
1590
|
+
/** Peer authentication settings for the Managed Environment */
|
|
1591
|
+
export interface ManagedEnvironmentPropertiesPeerAuthentication {
|
|
1592
|
+
/** Mutual TLS authentication settings for the Managed Environment */
|
|
1593
|
+
mtls?: Mtls;
|
|
1594
|
+
}
|
|
1595
|
+
|
|
1596
|
+
/** Configuration properties for mutual TLS authentication */
|
|
1597
|
+
export interface Mtls {
|
|
1598
|
+
/** Boolean indicating whether the mutual TLS authentication is enabled */
|
|
1599
|
+
enabled?: boolean;
|
|
1600
|
+
}
|
|
1601
|
+
|
|
1711
1602
|
/** Available operations of the service */
|
|
1712
1603
|
export interface AvailableOperations {
|
|
1713
1604
|
/** Collection of available operation details */
|
|
@@ -1743,10 +1634,10 @@ export interface OperationDisplay {
|
|
|
1743
1634
|
description?: string;
|
|
1744
1635
|
}
|
|
1745
1636
|
|
|
1746
|
-
/**
|
|
1747
|
-
export interface
|
|
1637
|
+
/** Container Apps Jobs collection ARM resource. */
|
|
1638
|
+
export interface JobsCollection {
|
|
1748
1639
|
/** Collection of resources. */
|
|
1749
|
-
value:
|
|
1640
|
+
value: Job[];
|
|
1750
1641
|
/**
|
|
1751
1642
|
* Link to next page of resources.
|
|
1752
1643
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -1754,58 +1645,246 @@ export interface ManagedEnvironmentsCollection {
|
|
|
1754
1645
|
readonly nextLink?: string;
|
|
1755
1646
|
}
|
|
1756
1647
|
|
|
1757
|
-
/**
|
|
1758
|
-
export interface
|
|
1759
|
-
/**
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
/**
|
|
1772
|
-
|
|
1773
|
-
/**
|
|
1774
|
-
|
|
1775
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1776
|
-
*/
|
|
1777
|
-
readonly validationToken?: string;
|
|
1648
|
+
/** Non versioned Container Apps Job configuration properties */
|
|
1649
|
+
export interface JobConfiguration {
|
|
1650
|
+
/** Collection of secrets used by a Container Apps Job */
|
|
1651
|
+
secrets?: Secret[];
|
|
1652
|
+
/** Trigger type of the job */
|
|
1653
|
+
triggerType: TriggerType;
|
|
1654
|
+
/** Maximum number of seconds a replica is allowed to run. */
|
|
1655
|
+
replicaTimeout: number;
|
|
1656
|
+
/** Maximum number of retries before failing the job. */
|
|
1657
|
+
replicaRetryLimit?: number;
|
|
1658
|
+
/** Manual trigger configuration for a single execution job. Properties replicaCompletionCount and parallelism would be set to 1 by default */
|
|
1659
|
+
manualTriggerConfig?: JobConfigurationManualTriggerConfig;
|
|
1660
|
+
/** Cron formatted repeating trigger schedule ("* * * * *") for cronjobs. Properties completions and parallelism would be set to 1 by default */
|
|
1661
|
+
scheduleTriggerConfig?: JobConfigurationScheduleTriggerConfig;
|
|
1662
|
+
/** Trigger configuration of an event driven job. */
|
|
1663
|
+
eventTriggerConfig?: JobConfigurationEventTriggerConfig;
|
|
1664
|
+
/** Collection of private container registry credentials used by a Container apps job */
|
|
1665
|
+
registries?: RegistryCredentials[];
|
|
1778
1666
|
}
|
|
1779
1667
|
|
|
1780
|
-
/**
|
|
1781
|
-
export interface
|
|
1782
|
-
/**
|
|
1783
|
-
|
|
1668
|
+
/** Manual trigger configuration for a single execution job. Properties replicaCompletionCount and parallelism would be set to 1 by default */
|
|
1669
|
+
export interface JobConfigurationManualTriggerConfig {
|
|
1670
|
+
/** Minimum number of successful replica completions before overall job completion. */
|
|
1671
|
+
replicaCompletionCount?: number;
|
|
1672
|
+
/** Number of parallel replicas of a job that can run at a given time. */
|
|
1673
|
+
parallelism?: number;
|
|
1784
1674
|
}
|
|
1785
1675
|
|
|
1786
|
-
/**
|
|
1787
|
-
export interface
|
|
1788
|
-
/**
|
|
1789
|
-
|
|
1790
|
-
/**
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
readonly nextLink?: string;
|
|
1676
|
+
/** Cron formatted repeating trigger schedule ("* * * * *") for cronjobs. Properties completions and parallelism would be set to 1 by default */
|
|
1677
|
+
export interface JobConfigurationScheduleTriggerConfig {
|
|
1678
|
+
/** Minimum number of successful replica completions before overall job completion. */
|
|
1679
|
+
replicaCompletionCount?: number;
|
|
1680
|
+
/** Cron formatted repeating schedule ("* * * * *") of a Cron Job. */
|
|
1681
|
+
cronExpression: string;
|
|
1682
|
+
/** Number of parallel replicas of a job that can run at a given time. */
|
|
1683
|
+
parallelism?: number;
|
|
1795
1684
|
}
|
|
1796
1685
|
|
|
1797
|
-
/**
|
|
1798
|
-
export interface
|
|
1799
|
-
/**
|
|
1800
|
-
|
|
1801
|
-
/**
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1686
|
+
/** Trigger configuration of an event driven job. */
|
|
1687
|
+
export interface JobConfigurationEventTriggerConfig {
|
|
1688
|
+
/** Minimum number of successful replica completions before overall job completion. */
|
|
1689
|
+
replicaCompletionCount?: number;
|
|
1690
|
+
/** Number of parallel replicas of a job that can run at a given time. */
|
|
1691
|
+
parallelism?: number;
|
|
1692
|
+
/** Scaling configurations for event driven jobs. */
|
|
1693
|
+
scale?: JobScale;
|
|
1694
|
+
}
|
|
1695
|
+
|
|
1696
|
+
/** Scaling configurations for event driven jobs. */
|
|
1697
|
+
export interface JobScale {
|
|
1698
|
+
/** Interval to check each event source in seconds. Defaults to 30s */
|
|
1699
|
+
pollingInterval?: number;
|
|
1700
|
+
/** Minimum number of job executions that are created for a trigger, default 0 */
|
|
1701
|
+
minExecutions?: number;
|
|
1702
|
+
/** Maximum number of job executions that are created for a trigger, default 100. */
|
|
1703
|
+
maxExecutions?: number;
|
|
1704
|
+
/** Scaling rules. */
|
|
1705
|
+
rules?: JobScaleRule[];
|
|
1806
1706
|
}
|
|
1807
1707
|
|
|
1808
|
-
/**
|
|
1708
|
+
/** Scaling rule. */
|
|
1709
|
+
export interface JobScaleRule {
|
|
1710
|
+
/** Scale Rule Name */
|
|
1711
|
+
name?: string;
|
|
1712
|
+
/**
|
|
1713
|
+
* Type of the scale rule
|
|
1714
|
+
* eg: azure-servicebus, redis etc.
|
|
1715
|
+
*/
|
|
1716
|
+
type?: string;
|
|
1717
|
+
/** Metadata properties to describe the scale rule. */
|
|
1718
|
+
metadata?: Record<string, unknown>;
|
|
1719
|
+
/** Authentication secrets for the scale rule. */
|
|
1720
|
+
auth?: ScaleRuleAuth[];
|
|
1721
|
+
}
|
|
1722
|
+
|
|
1723
|
+
/** Container Apps Job versioned application definition. Defines the desired state of an immutable revision. Any changes to this section Will result in a new revision being created */
|
|
1724
|
+
export interface JobTemplate {
|
|
1725
|
+
/** List of specialized containers that run before app containers. */
|
|
1726
|
+
initContainers?: InitContainer[];
|
|
1727
|
+
/** List of container definitions for the Container App. */
|
|
1728
|
+
containers?: Container[];
|
|
1729
|
+
/** List of volume definitions for the Container App. */
|
|
1730
|
+
volumes?: Volume[];
|
|
1731
|
+
}
|
|
1732
|
+
|
|
1733
|
+
/** Container Apps Job resource specific properties. */
|
|
1734
|
+
export interface JobPatchProperties {
|
|
1735
|
+
/** Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code. */
|
|
1736
|
+
identity?: ManagedServiceIdentity;
|
|
1737
|
+
/** Resource tags. */
|
|
1738
|
+
tags?: { [propertyName: string]: string };
|
|
1739
|
+
properties?: JobPatchPropertiesProperties;
|
|
1740
|
+
}
|
|
1741
|
+
|
|
1742
|
+
export interface JobPatchPropertiesProperties {
|
|
1743
|
+
/** Resource ID of environment. */
|
|
1744
|
+
environmentId?: string;
|
|
1745
|
+
/** Container Apps Job configuration properties. */
|
|
1746
|
+
configuration?: JobConfiguration;
|
|
1747
|
+
/** Container Apps job definition. */
|
|
1748
|
+
template?: JobTemplate;
|
|
1749
|
+
/** Outbound IP Addresses of a container apps job. */
|
|
1750
|
+
outboundIpAddresses?: string[];
|
|
1751
|
+
/** The endpoint of the eventstream of the container apps job. */
|
|
1752
|
+
eventStreamEndpoint?: string;
|
|
1753
|
+
}
|
|
1754
|
+
|
|
1755
|
+
/** Job's execution template, containing container configuration for a job's execution */
|
|
1756
|
+
export interface JobExecutionTemplate {
|
|
1757
|
+
/** List of container definitions for the Container Apps Job. */
|
|
1758
|
+
containers?: JobExecutionContainer[];
|
|
1759
|
+
/** List of specialized containers that run before job containers. */
|
|
1760
|
+
initContainers?: JobExecutionContainer[];
|
|
1761
|
+
}
|
|
1762
|
+
|
|
1763
|
+
/** Container Apps Jobs execution container definition. */
|
|
1764
|
+
export interface JobExecutionContainer {
|
|
1765
|
+
/** Container image tag. */
|
|
1766
|
+
image?: string;
|
|
1767
|
+
/** Custom container name. */
|
|
1768
|
+
name?: string;
|
|
1769
|
+
/** Container start command. */
|
|
1770
|
+
command?: string[];
|
|
1771
|
+
/** Container start command arguments. */
|
|
1772
|
+
args?: string[];
|
|
1773
|
+
/** Container environment variables. */
|
|
1774
|
+
env?: EnvironmentVar[];
|
|
1775
|
+
/** Container resource requirements. */
|
|
1776
|
+
resources?: ContainerResources;
|
|
1777
|
+
}
|
|
1778
|
+
|
|
1779
|
+
/** Container App's Job execution name. */
|
|
1780
|
+
export interface JobExecutionBase {
|
|
1781
|
+
/** Job execution name. */
|
|
1782
|
+
name?: string;
|
|
1783
|
+
/** Job execution Id. */
|
|
1784
|
+
id?: string;
|
|
1785
|
+
}
|
|
1786
|
+
|
|
1787
|
+
/** Container App executions collection ARM resource. */
|
|
1788
|
+
export interface ContainerAppJobExecutions {
|
|
1789
|
+
/** Collection of resources. */
|
|
1790
|
+
value: JobExecution[];
|
|
1791
|
+
/**
|
|
1792
|
+
* Link to next page of resources.
|
|
1793
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1794
|
+
*/
|
|
1795
|
+
readonly nextLink?: string;
|
|
1796
|
+
}
|
|
1797
|
+
|
|
1798
|
+
/** Container Apps Job execution. */
|
|
1799
|
+
export interface JobExecution {
|
|
1800
|
+
/** Job execution Name. */
|
|
1801
|
+
name?: string;
|
|
1802
|
+
/** Job execution Id. */
|
|
1803
|
+
id?: string;
|
|
1804
|
+
/** Job Type. */
|
|
1805
|
+
type?: string;
|
|
1806
|
+
/**
|
|
1807
|
+
* Current running State of the job
|
|
1808
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1809
|
+
*/
|
|
1810
|
+
readonly status?: JobExecutionRunningState;
|
|
1811
|
+
/** Job execution start time. */
|
|
1812
|
+
startTime?: Date;
|
|
1813
|
+
/** Job execution end time. */
|
|
1814
|
+
endTime?: Date;
|
|
1815
|
+
/** Job's execution container. */
|
|
1816
|
+
template?: JobExecutionTemplate;
|
|
1817
|
+
}
|
|
1818
|
+
|
|
1819
|
+
/** Container Apps Job Secrets Collection ARM resource. */
|
|
1820
|
+
export interface JobSecretsCollection {
|
|
1821
|
+
/** Collection of resources. */
|
|
1822
|
+
value: Secret[];
|
|
1823
|
+
}
|
|
1824
|
+
|
|
1825
|
+
/** Collection of Environments */
|
|
1826
|
+
export interface ManagedEnvironmentsCollection {
|
|
1827
|
+
/** Collection of resources. */
|
|
1828
|
+
value: ManagedEnvironment[];
|
|
1829
|
+
/**
|
|
1830
|
+
* Link to next page of resources.
|
|
1831
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1832
|
+
*/
|
|
1833
|
+
readonly nextLink?: string;
|
|
1834
|
+
}
|
|
1835
|
+
|
|
1836
|
+
/** Certificate resource specific properties */
|
|
1837
|
+
export interface ManagedCertificateProperties {
|
|
1838
|
+
/**
|
|
1839
|
+
* Provisioning state of the certificate.
|
|
1840
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1841
|
+
*/
|
|
1842
|
+
readonly provisioningState?: CertificateProvisioningState;
|
|
1843
|
+
/** Subject name of the certificate. */
|
|
1844
|
+
subjectName?: string;
|
|
1845
|
+
/**
|
|
1846
|
+
* Any error occurred during the certificate provision.
|
|
1847
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1848
|
+
*/
|
|
1849
|
+
readonly error?: string;
|
|
1850
|
+
/** Selected type of domain control validation for managed certificates. */
|
|
1851
|
+
domainControlValidation?: ManagedCertificateDomainControlValidation;
|
|
1852
|
+
/**
|
|
1853
|
+
* A TXT token used for DNS TXT domain control validation when issuing this type of managed certificates.
|
|
1854
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1855
|
+
*/
|
|
1856
|
+
readonly validationToken?: string;
|
|
1857
|
+
}
|
|
1858
|
+
|
|
1859
|
+
/** A managed certificate to update */
|
|
1860
|
+
export interface ManagedCertificatePatch {
|
|
1861
|
+
/** Application-specific metadata in the form of key-value pairs. */
|
|
1862
|
+
tags?: { [propertyName: string]: string };
|
|
1863
|
+
}
|
|
1864
|
+
|
|
1865
|
+
/** Collection of Managed Certificates. */
|
|
1866
|
+
export interface ManagedCertificateCollection {
|
|
1867
|
+
/** Collection of resources. */
|
|
1868
|
+
value: ManagedCertificate[];
|
|
1869
|
+
/**
|
|
1870
|
+
* Link to next page of resources.
|
|
1871
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1872
|
+
*/
|
|
1873
|
+
readonly nextLink?: string;
|
|
1874
|
+
}
|
|
1875
|
+
|
|
1876
|
+
/** Collection of workloadProfileStates */
|
|
1877
|
+
export interface WorkloadProfileStatesCollection {
|
|
1878
|
+
/** Collection of resources. */
|
|
1879
|
+
value: WorkloadProfileStates[];
|
|
1880
|
+
/**
|
|
1881
|
+
* Link to next page of resources.
|
|
1882
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1883
|
+
*/
|
|
1884
|
+
readonly nextLink?: string;
|
|
1885
|
+
}
|
|
1886
|
+
|
|
1887
|
+
/** Workload Profile resource specific properties. */
|
|
1809
1888
|
export interface WorkloadProfileStatesProperties {
|
|
1810
1889
|
/** Minimum count of instances. */
|
|
1811
1890
|
minimumCount?: number;
|
|
@@ -1846,6 +1925,8 @@ export interface GithubActionConfiguration {
|
|
|
1846
1925
|
azureCredentials?: AzureCredentials;
|
|
1847
1926
|
/** Context path */
|
|
1848
1927
|
contextPath?: string;
|
|
1928
|
+
/** One time Github PAT to configure github environment */
|
|
1929
|
+
githubPersonalAccessToken?: string;
|
|
1849
1930
|
/** Image name */
|
|
1850
1931
|
image?: string;
|
|
1851
1932
|
/** Code or Image */
|
|
@@ -1876,10 +1957,18 @@ export interface AzureCredentials {
|
|
|
1876
1957
|
clientSecret?: string;
|
|
1877
1958
|
/** Tenant Id. */
|
|
1878
1959
|
tenantId?: string;
|
|
1960
|
+
/** Kind of auth github does for deploying the template */
|
|
1961
|
+
kind?: string;
|
|
1879
1962
|
/** Subscription Id. */
|
|
1880
1963
|
subscriptionId?: string;
|
|
1881
1964
|
}
|
|
1882
1965
|
|
|
1966
|
+
/** Container App executions names list. */
|
|
1967
|
+
export interface JobExecutionNamesCollection {
|
|
1968
|
+
/** Collection of resources. */
|
|
1969
|
+
value: JobExecutionBase[];
|
|
1970
|
+
}
|
|
1971
|
+
|
|
1883
1972
|
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
1884
1973
|
export interface ProxyResource extends Resource {}
|
|
1885
1974
|
|
|
@@ -2011,6 +2100,11 @@ export interface Revision extends ProxyResource {
|
|
|
2011
2100
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2012
2101
|
*/
|
|
2013
2102
|
readonly provisioningState?: RevisionProvisioningState;
|
|
2103
|
+
/**
|
|
2104
|
+
* Current running state of the revision
|
|
2105
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2106
|
+
*/
|
|
2107
|
+
readonly runningState?: RevisionRunningState;
|
|
2014
2108
|
}
|
|
2015
2109
|
|
|
2016
2110
|
/** Container App Revision Replica. */
|
|
@@ -2020,8 +2114,20 @@ export interface Replica extends ProxyResource {
|
|
|
2020
2114
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2021
2115
|
*/
|
|
2022
2116
|
readonly createdTime?: Date;
|
|
2117
|
+
/**
|
|
2118
|
+
* Current running state of the replica
|
|
2119
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2120
|
+
*/
|
|
2121
|
+
readonly runningState?: ContainerAppReplicaRunningState;
|
|
2122
|
+
/**
|
|
2123
|
+
* The details of replica current running state
|
|
2124
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2125
|
+
*/
|
|
2126
|
+
readonly runningStateDetails?: string;
|
|
2023
2127
|
/** The containers collection under a replica. */
|
|
2024
2128
|
containers?: ReplicaContainer[];
|
|
2129
|
+
/** The init containers collection under a replica. */
|
|
2130
|
+
initContainers?: ReplicaContainer[];
|
|
2025
2131
|
}
|
|
2026
2132
|
|
|
2027
2133
|
/** Diagnostics data for a resource. */
|
|
@@ -2163,35 +2269,6 @@ export interface ContainerAppAuthToken extends TrackedResource {
|
|
|
2163
2269
|
readonly expires?: Date;
|
|
2164
2270
|
}
|
|
2165
2271
|
|
|
2166
|
-
/** Container App Job */
|
|
2167
|
-
export interface Job extends TrackedResource {
|
|
2168
|
-
/** Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code. */
|
|
2169
|
-
identity?: ManagedServiceIdentity;
|
|
2170
|
-
/**
|
|
2171
|
-
* Provisioning state of the Container Apps Job.
|
|
2172
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2173
|
-
*/
|
|
2174
|
-
readonly provisioningState?: JobProvisioningState;
|
|
2175
|
-
/** Resource ID of environment. */
|
|
2176
|
-
environmentId?: string;
|
|
2177
|
-
/** Workload profile name to pin for container apps job execution. */
|
|
2178
|
-
workloadProfileName?: string;
|
|
2179
|
-
/** Container Apps Job configuration properties. */
|
|
2180
|
-
configuration?: JobConfiguration;
|
|
2181
|
-
/** Container Apps job definition. */
|
|
2182
|
-
template?: JobTemplate;
|
|
2183
|
-
/**
|
|
2184
|
-
* Outbound IP Addresses of a container apps job.
|
|
2185
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2186
|
-
*/
|
|
2187
|
-
readonly outboundIpAddresses?: string[];
|
|
2188
|
-
/**
|
|
2189
|
-
* The endpoint of the eventstream of the container apps job.
|
|
2190
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2191
|
-
*/
|
|
2192
|
-
readonly eventStreamEndpoint?: string;
|
|
2193
|
-
}
|
|
2194
|
-
|
|
2195
2272
|
/** An environment for hosting container apps */
|
|
2196
2273
|
export interface ManagedEnvironment extends TrackedResource {
|
|
2197
2274
|
/** Kind of the Environment. */
|
|
@@ -2245,6 +2322,37 @@ export interface ManagedEnvironment extends TrackedResource {
|
|
|
2245
2322
|
daprConfiguration?: DaprConfiguration;
|
|
2246
2323
|
/** Name of the platform-managed resource group created for the Managed Environment to host infrastructure resources. If a subnet ID is provided, this resource group will be created in the same subscription as the subnet. */
|
|
2247
2324
|
infrastructureResourceGroup?: string;
|
|
2325
|
+
/** Peer authentication settings for the Managed Environment */
|
|
2326
|
+
peerAuthentication?: ManagedEnvironmentPropertiesPeerAuthentication;
|
|
2327
|
+
}
|
|
2328
|
+
|
|
2329
|
+
/** Container App Job */
|
|
2330
|
+
export interface Job extends TrackedResource {
|
|
2331
|
+
/** Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code. */
|
|
2332
|
+
identity?: ManagedServiceIdentity;
|
|
2333
|
+
/**
|
|
2334
|
+
* Provisioning state of the Container Apps Job.
|
|
2335
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2336
|
+
*/
|
|
2337
|
+
readonly provisioningState?: JobProvisioningState;
|
|
2338
|
+
/** Resource ID of environment. */
|
|
2339
|
+
environmentId?: string;
|
|
2340
|
+
/** Workload profile name to pin for container apps job execution. */
|
|
2341
|
+
workloadProfileName?: string;
|
|
2342
|
+
/** Container Apps Job configuration properties. */
|
|
2343
|
+
configuration?: JobConfiguration;
|
|
2344
|
+
/** Container Apps job definition. */
|
|
2345
|
+
template?: JobTemplate;
|
|
2346
|
+
/**
|
|
2347
|
+
* Outbound IP Addresses of a container apps job.
|
|
2348
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2349
|
+
*/
|
|
2350
|
+
readonly outboundIpAddresses?: string[];
|
|
2351
|
+
/**
|
|
2352
|
+
* The endpoint of the eventstream of the container apps job.
|
|
2353
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2354
|
+
*/
|
|
2355
|
+
readonly eventStreamEndpoint?: string;
|
|
2248
2356
|
}
|
|
2249
2357
|
|
|
2250
2358
|
/** Managed certificates used for Custom Domain bindings of Container Apps in a Managed Environment */
|
|
@@ -2282,6 +2390,16 @@ export interface ContainerAppsUpdateHeaders {
|
|
|
2282
2390
|
location?: string;
|
|
2283
2391
|
}
|
|
2284
2392
|
|
|
2393
|
+
/** Defines headers for ContainerApps_start operation. */
|
|
2394
|
+
export interface ContainerAppsStartHeaders {
|
|
2395
|
+
location?: string;
|
|
2396
|
+
}
|
|
2397
|
+
|
|
2398
|
+
/** Defines headers for ContainerApps_stop operation. */
|
|
2399
|
+
export interface ContainerAppsStopHeaders {
|
|
2400
|
+
location?: string;
|
|
2401
|
+
}
|
|
2402
|
+
|
|
2285
2403
|
/** Defines headers for Jobs_delete operation. */
|
|
2286
2404
|
export interface JobsDeleteHeaders {
|
|
2287
2405
|
location?: string;
|
|
@@ -2733,56 +2851,56 @@ export enum KnownStorageType {
|
|
|
2733
2851
|
*/
|
|
2734
2852
|
export type StorageType = string;
|
|
2735
2853
|
|
|
2736
|
-
/** Known values of {@link
|
|
2737
|
-
export enum
|
|
2738
|
-
/**
|
|
2739
|
-
|
|
2740
|
-
/**
|
|
2741
|
-
|
|
2742
|
-
/**
|
|
2743
|
-
|
|
2744
|
-
/** Canceled */
|
|
2745
|
-
Canceled = "Canceled",
|
|
2746
|
-
/** Deleting */
|
|
2747
|
-
Deleting = "Deleting"
|
|
2854
|
+
/** Known values of {@link RevisionHealthState} that the service accepts. */
|
|
2855
|
+
export enum KnownRevisionHealthState {
|
|
2856
|
+
/** Healthy */
|
|
2857
|
+
Healthy = "Healthy",
|
|
2858
|
+
/** Unhealthy */
|
|
2859
|
+
Unhealthy = "Unhealthy",
|
|
2860
|
+
/** None */
|
|
2861
|
+
None = "None"
|
|
2748
2862
|
}
|
|
2749
2863
|
|
|
2750
2864
|
/**
|
|
2751
|
-
* Defines values for
|
|
2752
|
-
* {@link
|
|
2865
|
+
* Defines values for RevisionHealthState. \
|
|
2866
|
+
* {@link KnownRevisionHealthState} can be used interchangeably with RevisionHealthState,
|
|
2753
2867
|
* this enum contains the known values that the service supports.
|
|
2754
2868
|
* ### Known values supported by the service
|
|
2755
|
-
* **
|
|
2756
|
-
* **
|
|
2757
|
-
* **
|
|
2758
|
-
* **Canceled** \
|
|
2759
|
-
* **Deleting**
|
|
2869
|
+
* **Healthy** \
|
|
2870
|
+
* **Unhealthy** \
|
|
2871
|
+
* **None**
|
|
2760
2872
|
*/
|
|
2761
|
-
export type
|
|
2873
|
+
export type RevisionHealthState = string;
|
|
2762
2874
|
|
|
2763
|
-
/** Known values of {@link
|
|
2764
|
-
export enum
|
|
2765
|
-
/**
|
|
2766
|
-
|
|
2767
|
-
/**
|
|
2768
|
-
|
|
2769
|
-
/**
|
|
2770
|
-
|
|
2875
|
+
/** Known values of {@link RevisionProvisioningState} that the service accepts. */
|
|
2876
|
+
export enum KnownRevisionProvisioningState {
|
|
2877
|
+
/** Provisioning */
|
|
2878
|
+
Provisioning = "Provisioning",
|
|
2879
|
+
/** Provisioned */
|
|
2880
|
+
Provisioned = "Provisioned",
|
|
2881
|
+
/** Failed */
|
|
2882
|
+
Failed = "Failed",
|
|
2883
|
+
/** Deprovisioning */
|
|
2884
|
+
Deprovisioning = "Deprovisioning",
|
|
2885
|
+
/** Deprovisioned */
|
|
2886
|
+
Deprovisioned = "Deprovisioned"
|
|
2771
2887
|
}
|
|
2772
2888
|
|
|
2773
2889
|
/**
|
|
2774
|
-
* Defines values for
|
|
2775
|
-
* {@link
|
|
2890
|
+
* Defines values for RevisionProvisioningState. \
|
|
2891
|
+
* {@link KnownRevisionProvisioningState} can be used interchangeably with RevisionProvisioningState,
|
|
2776
2892
|
* this enum contains the known values that the service supports.
|
|
2777
2893
|
* ### Known values supported by the service
|
|
2778
|
-
* **
|
|
2779
|
-
* **
|
|
2780
|
-
* **
|
|
2894
|
+
* **Provisioning** \
|
|
2895
|
+
* **Provisioned** \
|
|
2896
|
+
* **Failed** \
|
|
2897
|
+
* **Deprovisioning** \
|
|
2898
|
+
* **Deprovisioned**
|
|
2781
2899
|
*/
|
|
2782
|
-
export type
|
|
2900
|
+
export type RevisionProvisioningState = string;
|
|
2783
2901
|
|
|
2784
|
-
/** Known values of {@link
|
|
2785
|
-
export enum
|
|
2902
|
+
/** Known values of {@link RevisionRunningState} that the service accepts. */
|
|
2903
|
+
export enum KnownRevisionRunningState {
|
|
2786
2904
|
/** Running */
|
|
2787
2905
|
Running = "Running",
|
|
2788
2906
|
/** Processing */
|
|
@@ -2794,14 +2912,12 @@ export enum KnownJobExecutionRunningState {
|
|
|
2794
2912
|
/** Failed */
|
|
2795
2913
|
Failed = "Failed",
|
|
2796
2914
|
/** Unknown */
|
|
2797
|
-
Unknown = "Unknown"
|
|
2798
|
-
/** Succeeded */
|
|
2799
|
-
Succeeded = "Succeeded"
|
|
2915
|
+
Unknown = "Unknown"
|
|
2800
2916
|
}
|
|
2801
2917
|
|
|
2802
2918
|
/**
|
|
2803
|
-
* Defines values for
|
|
2804
|
-
* {@link
|
|
2919
|
+
* Defines values for RevisionRunningState. \
|
|
2920
|
+
* {@link KnownRevisionRunningState} can be used interchangeably with RevisionRunningState,
|
|
2805
2921
|
* this enum contains the known values that the service supports.
|
|
2806
2922
|
* ### Known values supported by the service
|
|
2807
2923
|
* **Running** \
|
|
@@ -2809,58 +2925,51 @@ export enum KnownJobExecutionRunningState {
|
|
|
2809
2925
|
* **Stopped** \
|
|
2810
2926
|
* **Degraded** \
|
|
2811
2927
|
* **Failed** \
|
|
2812
|
-
* **Unknown**
|
|
2813
|
-
* **Succeeded**
|
|
2928
|
+
* **Unknown**
|
|
2814
2929
|
*/
|
|
2815
|
-
export type
|
|
2930
|
+
export type RevisionRunningState = string;
|
|
2816
2931
|
|
|
2817
|
-
/** Known values of {@link
|
|
2818
|
-
export enum
|
|
2819
|
-
/**
|
|
2820
|
-
|
|
2821
|
-
/**
|
|
2822
|
-
|
|
2823
|
-
/**
|
|
2824
|
-
|
|
2932
|
+
/** Known values of {@link ContainerAppReplicaRunningState} that the service accepts. */
|
|
2933
|
+
export enum KnownContainerAppReplicaRunningState {
|
|
2934
|
+
/** Running */
|
|
2935
|
+
Running = "Running",
|
|
2936
|
+
/** NotRunning */
|
|
2937
|
+
NotRunning = "NotRunning",
|
|
2938
|
+
/** Unknown */
|
|
2939
|
+
Unknown = "Unknown"
|
|
2825
2940
|
}
|
|
2826
2941
|
|
|
2827
2942
|
/**
|
|
2828
|
-
* Defines values for
|
|
2829
|
-
* {@link
|
|
2943
|
+
* Defines values for ContainerAppReplicaRunningState. \
|
|
2944
|
+
* {@link KnownContainerAppReplicaRunningState} can be used interchangeably with ContainerAppReplicaRunningState,
|
|
2830
2945
|
* this enum contains the known values that the service supports.
|
|
2831
2946
|
* ### Known values supported by the service
|
|
2832
|
-
* **
|
|
2833
|
-
* **
|
|
2834
|
-
* **
|
|
2947
|
+
* **Running** \
|
|
2948
|
+
* **NotRunning** \
|
|
2949
|
+
* **Unknown**
|
|
2835
2950
|
*/
|
|
2836
|
-
export type
|
|
2951
|
+
export type ContainerAppReplicaRunningState = string;
|
|
2837
2952
|
|
|
2838
|
-
/** Known values of {@link
|
|
2839
|
-
export enum
|
|
2840
|
-
/**
|
|
2841
|
-
|
|
2842
|
-
/**
|
|
2843
|
-
|
|
2844
|
-
/**
|
|
2845
|
-
|
|
2846
|
-
/** Deprovisioning */
|
|
2847
|
-
Deprovisioning = "Deprovisioning",
|
|
2848
|
-
/** Deprovisioned */
|
|
2849
|
-
Deprovisioned = "Deprovisioned"
|
|
2953
|
+
/** Known values of {@link ContainerAppContainerRunningState} that the service accepts. */
|
|
2954
|
+
export enum KnownContainerAppContainerRunningState {
|
|
2955
|
+
/** Running */
|
|
2956
|
+
Running = "Running",
|
|
2957
|
+
/** Terminated */
|
|
2958
|
+
Terminated = "Terminated",
|
|
2959
|
+
/** Waiting */
|
|
2960
|
+
Waiting = "Waiting"
|
|
2850
2961
|
}
|
|
2851
2962
|
|
|
2852
2963
|
/**
|
|
2853
|
-
* Defines values for
|
|
2854
|
-
* {@link
|
|
2964
|
+
* Defines values for ContainerAppContainerRunningState. \
|
|
2965
|
+
* {@link KnownContainerAppContainerRunningState} can be used interchangeably with ContainerAppContainerRunningState,
|
|
2855
2966
|
* this enum contains the known values that the service supports.
|
|
2856
2967
|
* ### Known values supported by the service
|
|
2857
|
-
* **
|
|
2858
|
-
* **
|
|
2859
|
-
* **
|
|
2860
|
-
* **Deprovisioning** \
|
|
2861
|
-
* **Deprovisioned**
|
|
2968
|
+
* **Running** \
|
|
2969
|
+
* **Terminated** \
|
|
2970
|
+
* **Waiting**
|
|
2862
2971
|
*/
|
|
2863
|
-
export type
|
|
2972
|
+
export type ContainerAppContainerRunningState = string;
|
|
2864
2973
|
|
|
2865
2974
|
/** Known values of {@link EnvironmentProvisioningState} that the service accepts. */
|
|
2866
2975
|
export enum KnownEnvironmentProvisioningState {
|
|
@@ -2904,6 +3013,87 @@ export enum KnownEnvironmentProvisioningState {
|
|
|
2904
3013
|
*/
|
|
2905
3014
|
export type EnvironmentProvisioningState = string;
|
|
2906
3015
|
|
|
3016
|
+
/** Known values of {@link JobProvisioningState} that the service accepts. */
|
|
3017
|
+
export enum KnownJobProvisioningState {
|
|
3018
|
+
/** InProgress */
|
|
3019
|
+
InProgress = "InProgress",
|
|
3020
|
+
/** Succeeded */
|
|
3021
|
+
Succeeded = "Succeeded",
|
|
3022
|
+
/** Failed */
|
|
3023
|
+
Failed = "Failed",
|
|
3024
|
+
/** Canceled */
|
|
3025
|
+
Canceled = "Canceled",
|
|
3026
|
+
/** Deleting */
|
|
3027
|
+
Deleting = "Deleting"
|
|
3028
|
+
}
|
|
3029
|
+
|
|
3030
|
+
/**
|
|
3031
|
+
* Defines values for JobProvisioningState. \
|
|
3032
|
+
* {@link KnownJobProvisioningState} can be used interchangeably with JobProvisioningState,
|
|
3033
|
+
* this enum contains the known values that the service supports.
|
|
3034
|
+
* ### Known values supported by the service
|
|
3035
|
+
* **InProgress** \
|
|
3036
|
+
* **Succeeded** \
|
|
3037
|
+
* **Failed** \
|
|
3038
|
+
* **Canceled** \
|
|
3039
|
+
* **Deleting**
|
|
3040
|
+
*/
|
|
3041
|
+
export type JobProvisioningState = string;
|
|
3042
|
+
|
|
3043
|
+
/** Known values of {@link TriggerType} that the service accepts. */
|
|
3044
|
+
export enum KnownTriggerType {
|
|
3045
|
+
/** Schedule */
|
|
3046
|
+
Schedule = "Schedule",
|
|
3047
|
+
/** Event */
|
|
3048
|
+
Event = "Event",
|
|
3049
|
+
/** Manual */
|
|
3050
|
+
Manual = "Manual"
|
|
3051
|
+
}
|
|
3052
|
+
|
|
3053
|
+
/**
|
|
3054
|
+
* Defines values for TriggerType. \
|
|
3055
|
+
* {@link KnownTriggerType} can be used interchangeably with TriggerType,
|
|
3056
|
+
* this enum contains the known values that the service supports.
|
|
3057
|
+
* ### Known values supported by the service
|
|
3058
|
+
* **Schedule** \
|
|
3059
|
+
* **Event** \
|
|
3060
|
+
* **Manual**
|
|
3061
|
+
*/
|
|
3062
|
+
export type TriggerType = string;
|
|
3063
|
+
|
|
3064
|
+
/** Known values of {@link JobExecutionRunningState} that the service accepts. */
|
|
3065
|
+
export enum KnownJobExecutionRunningState {
|
|
3066
|
+
/** Running */
|
|
3067
|
+
Running = "Running",
|
|
3068
|
+
/** Processing */
|
|
3069
|
+
Processing = "Processing",
|
|
3070
|
+
/** Stopped */
|
|
3071
|
+
Stopped = "Stopped",
|
|
3072
|
+
/** Degraded */
|
|
3073
|
+
Degraded = "Degraded",
|
|
3074
|
+
/** Failed */
|
|
3075
|
+
Failed = "Failed",
|
|
3076
|
+
/** Unknown */
|
|
3077
|
+
Unknown = "Unknown",
|
|
3078
|
+
/** Succeeded */
|
|
3079
|
+
Succeeded = "Succeeded"
|
|
3080
|
+
}
|
|
3081
|
+
|
|
3082
|
+
/**
|
|
3083
|
+
* Defines values for JobExecutionRunningState. \
|
|
3084
|
+
* {@link KnownJobExecutionRunningState} can be used interchangeably with JobExecutionRunningState,
|
|
3085
|
+
* this enum contains the known values that the service supports.
|
|
3086
|
+
* ### Known values supported by the service
|
|
3087
|
+
* **Running** \
|
|
3088
|
+
* **Processing** \
|
|
3089
|
+
* **Stopped** \
|
|
3090
|
+
* **Degraded** \
|
|
3091
|
+
* **Failed** \
|
|
3092
|
+
* **Unknown** \
|
|
3093
|
+
* **Succeeded**
|
|
3094
|
+
*/
|
|
3095
|
+
export type JobExecutionRunningState = string;
|
|
3096
|
+
|
|
2907
3097
|
/** Known values of {@link ManagedCertificateDomainControlValidation} that the service accepts. */
|
|
2908
3098
|
export enum KnownManagedCertificateDomainControlValidation {
|
|
2909
3099
|
/** Cname */
|
|
@@ -3271,41 +3461,7 @@ export interface ContainerAppsGetAuthTokenOptionalParams
|
|
|
3271
3461
|
export type ContainerAppsGetAuthTokenResponse = ContainerAppAuthToken;
|
|
3272
3462
|
|
|
3273
3463
|
/** Optional parameters. */
|
|
3274
|
-
export interface
|
|
3275
|
-
extends coreClient.OperationOptions {}
|
|
3276
|
-
|
|
3277
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
3278
|
-
export type ContainerAppsListBySubscriptionNextResponse = ContainerAppCollection;
|
|
3279
|
-
|
|
3280
|
-
/** Optional parameters. */
|
|
3281
|
-
export interface ContainerAppsListByResourceGroupNextOptionalParams
|
|
3282
|
-
extends coreClient.OperationOptions {}
|
|
3283
|
-
|
|
3284
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
3285
|
-
export type ContainerAppsListByResourceGroupNextResponse = ContainerAppCollection;
|
|
3286
|
-
|
|
3287
|
-
/** Optional parameters. */
|
|
3288
|
-
export interface JobsListBySubscriptionOptionalParams
|
|
3289
|
-
extends coreClient.OperationOptions {}
|
|
3290
|
-
|
|
3291
|
-
/** Contains response data for the listBySubscription operation. */
|
|
3292
|
-
export type JobsListBySubscriptionResponse = JobsCollection;
|
|
3293
|
-
|
|
3294
|
-
/** Optional parameters. */
|
|
3295
|
-
export interface JobsListByResourceGroupOptionalParams
|
|
3296
|
-
extends coreClient.OperationOptions {}
|
|
3297
|
-
|
|
3298
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
3299
|
-
export type JobsListByResourceGroupResponse = JobsCollection;
|
|
3300
|
-
|
|
3301
|
-
/** Optional parameters. */
|
|
3302
|
-
export interface JobsGetOptionalParams extends coreClient.OperationOptions {}
|
|
3303
|
-
|
|
3304
|
-
/** Contains response data for the get operation. */
|
|
3305
|
-
export type JobsGetResponse = Job;
|
|
3306
|
-
|
|
3307
|
-
/** Optional parameters. */
|
|
3308
|
-
export interface JobsCreateOrUpdateOptionalParams
|
|
3464
|
+
export interface ContainerAppsStartOptionalParams
|
|
3309
3465
|
extends coreClient.OperationOptions {
|
|
3310
3466
|
/** Delay to wait until next poll, in milliseconds. */
|
|
3311
3467
|
updateIntervalInMs?: number;
|
|
@@ -3313,41 +3469,11 @@ export interface JobsCreateOrUpdateOptionalParams
|
|
|
3313
3469
|
resumeFrom?: string;
|
|
3314
3470
|
}
|
|
3315
3471
|
|
|
3316
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
3317
|
-
export type JobsCreateOrUpdateResponse = Job;
|
|
3318
|
-
|
|
3319
|
-
/** Optional parameters. */
|
|
3320
|
-
export interface JobsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3321
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
3322
|
-
updateIntervalInMs?: number;
|
|
3323
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3324
|
-
resumeFrom?: string;
|
|
3325
|
-
}
|
|
3326
|
-
|
|
3327
|
-
/** Optional parameters. */
|
|
3328
|
-
export interface JobsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3329
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
3330
|
-
updateIntervalInMs?: number;
|
|
3331
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3332
|
-
resumeFrom?: string;
|
|
3333
|
-
}
|
|
3334
|
-
|
|
3335
|
-
/** Contains response data for the update operation. */
|
|
3336
|
-
export type JobsUpdateResponse = Job;
|
|
3337
|
-
|
|
3338
|
-
/** Optional parameters. */
|
|
3339
|
-
export interface JobsStartOptionalParams extends coreClient.OperationOptions {
|
|
3340
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
3341
|
-
updateIntervalInMs?: number;
|
|
3342
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3343
|
-
resumeFrom?: string;
|
|
3344
|
-
}
|
|
3345
|
-
|
|
3346
3472
|
/** Contains response data for the start operation. */
|
|
3347
|
-
export type
|
|
3473
|
+
export type ContainerAppsStartResponse = ContainerApp;
|
|
3348
3474
|
|
|
3349
3475
|
/** Optional parameters. */
|
|
3350
|
-
export interface
|
|
3476
|
+
export interface ContainerAppsStopOptionalParams
|
|
3351
3477
|
extends coreClient.OperationOptions {
|
|
3352
3478
|
/** Delay to wait until next poll, in milliseconds. */
|
|
3353
3479
|
updateIntervalInMs?: number;
|
|
@@ -3355,55 +3481,22 @@ export interface JobsStopExecutionOptionalParams
|
|
|
3355
3481
|
resumeFrom?: string;
|
|
3356
3482
|
}
|
|
3357
3483
|
|
|
3358
|
-
/**
|
|
3359
|
-
export
|
|
3360
|
-
extends coreClient.OperationOptions {
|
|
3361
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
3362
|
-
updateIntervalInMs?: number;
|
|
3363
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3364
|
-
resumeFrom?: string;
|
|
3365
|
-
}
|
|
3366
|
-
|
|
3367
|
-
/** Contains response data for the stopMultipleExecutions operation. */
|
|
3368
|
-
export type JobsStopMultipleExecutionsResponse = ContainerAppJobExecutions;
|
|
3369
|
-
|
|
3370
|
-
/** Optional parameters. */
|
|
3371
|
-
export interface JobsListSecretsOptionalParams
|
|
3372
|
-
extends coreClient.OperationOptions {}
|
|
3373
|
-
|
|
3374
|
-
/** Contains response data for the listSecrets operation. */
|
|
3375
|
-
export type JobsListSecretsResponse = JobSecretsCollection;
|
|
3484
|
+
/** Contains response data for the stop operation. */
|
|
3485
|
+
export type ContainerAppsStopResponse = ContainerApp;
|
|
3376
3486
|
|
|
3377
3487
|
/** Optional parameters. */
|
|
3378
|
-
export interface
|
|
3488
|
+
export interface ContainerAppsListBySubscriptionNextOptionalParams
|
|
3379
3489
|
extends coreClient.OperationOptions {}
|
|
3380
3490
|
|
|
3381
3491
|
/** Contains response data for the listBySubscriptionNext operation. */
|
|
3382
|
-
export type
|
|
3492
|
+
export type ContainerAppsListBySubscriptionNextResponse = ContainerAppCollection;
|
|
3383
3493
|
|
|
3384
3494
|
/** Optional parameters. */
|
|
3385
|
-
export interface
|
|
3495
|
+
export interface ContainerAppsListByResourceGroupNextOptionalParams
|
|
3386
3496
|
extends coreClient.OperationOptions {}
|
|
3387
3497
|
|
|
3388
3498
|
/** Contains response data for the listByResourceGroupNext operation. */
|
|
3389
|
-
export type
|
|
3390
|
-
|
|
3391
|
-
/** Optional parameters. */
|
|
3392
|
-
export interface JobsExecutionsListOptionalParams
|
|
3393
|
-
extends coreClient.OperationOptions {
|
|
3394
|
-
/** The filter to apply on the operation. */
|
|
3395
|
-
filter?: string;
|
|
3396
|
-
}
|
|
3397
|
-
|
|
3398
|
-
/** Contains response data for the list operation. */
|
|
3399
|
-
export type JobsExecutionsListResponse = ContainerAppJobExecutions;
|
|
3400
|
-
|
|
3401
|
-
/** Optional parameters. */
|
|
3402
|
-
export interface JobsExecutionsListNextOptionalParams
|
|
3403
|
-
extends coreClient.OperationOptions {}
|
|
3404
|
-
|
|
3405
|
-
/** Contains response data for the listNext operation. */
|
|
3406
|
-
export type JobsExecutionsListNextResponse = ContainerAppJobExecutions;
|
|
3499
|
+
export type ContainerAppsListByResourceGroupNextResponse = ContainerAppCollection;
|
|
3407
3500
|
|
|
3408
3501
|
/** Optional parameters. */
|
|
3409
3502
|
export interface ContainerAppsRevisionsListRevisionsOptionalParams
|
|
@@ -3542,6 +3635,136 @@ export interface OperationsListNextOptionalParams
|
|
|
3542
3635
|
/** Contains response data for the listNext operation. */
|
|
3543
3636
|
export type OperationsListNextResponse = AvailableOperations;
|
|
3544
3637
|
|
|
3638
|
+
/** Optional parameters. */
|
|
3639
|
+
export interface JobsListBySubscriptionOptionalParams
|
|
3640
|
+
extends coreClient.OperationOptions {}
|
|
3641
|
+
|
|
3642
|
+
/** Contains response data for the listBySubscription operation. */
|
|
3643
|
+
export type JobsListBySubscriptionResponse = JobsCollection;
|
|
3644
|
+
|
|
3645
|
+
/** Optional parameters. */
|
|
3646
|
+
export interface JobsListByResourceGroupOptionalParams
|
|
3647
|
+
extends coreClient.OperationOptions {}
|
|
3648
|
+
|
|
3649
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
3650
|
+
export type JobsListByResourceGroupResponse = JobsCollection;
|
|
3651
|
+
|
|
3652
|
+
/** Optional parameters. */
|
|
3653
|
+
export interface JobsGetOptionalParams extends coreClient.OperationOptions {}
|
|
3654
|
+
|
|
3655
|
+
/** Contains response data for the get operation. */
|
|
3656
|
+
export type JobsGetResponse = Job;
|
|
3657
|
+
|
|
3658
|
+
/** Optional parameters. */
|
|
3659
|
+
export interface JobsCreateOrUpdateOptionalParams
|
|
3660
|
+
extends coreClient.OperationOptions {
|
|
3661
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3662
|
+
updateIntervalInMs?: number;
|
|
3663
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3664
|
+
resumeFrom?: string;
|
|
3665
|
+
}
|
|
3666
|
+
|
|
3667
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
3668
|
+
export type JobsCreateOrUpdateResponse = Job;
|
|
3669
|
+
|
|
3670
|
+
/** Optional parameters. */
|
|
3671
|
+
export interface JobsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3672
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3673
|
+
updateIntervalInMs?: number;
|
|
3674
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3675
|
+
resumeFrom?: string;
|
|
3676
|
+
}
|
|
3677
|
+
|
|
3678
|
+
/** Optional parameters. */
|
|
3679
|
+
export interface JobsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3680
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3681
|
+
updateIntervalInMs?: number;
|
|
3682
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3683
|
+
resumeFrom?: string;
|
|
3684
|
+
}
|
|
3685
|
+
|
|
3686
|
+
/** Contains response data for the update operation. */
|
|
3687
|
+
export type JobsUpdateResponse = Job;
|
|
3688
|
+
|
|
3689
|
+
/** Optional parameters. */
|
|
3690
|
+
export interface JobsStartOptionalParams extends coreClient.OperationOptions {
|
|
3691
|
+
/** Properties used to start a job execution. */
|
|
3692
|
+
template?: JobExecutionTemplate;
|
|
3693
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3694
|
+
updateIntervalInMs?: number;
|
|
3695
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3696
|
+
resumeFrom?: string;
|
|
3697
|
+
}
|
|
3698
|
+
|
|
3699
|
+
/** Contains response data for the start operation. */
|
|
3700
|
+
export type JobsStartResponse = JobExecutionBase;
|
|
3701
|
+
|
|
3702
|
+
/** Optional parameters. */
|
|
3703
|
+
export interface JobsStopExecutionOptionalParams
|
|
3704
|
+
extends coreClient.OperationOptions {
|
|
3705
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3706
|
+
updateIntervalInMs?: number;
|
|
3707
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3708
|
+
resumeFrom?: string;
|
|
3709
|
+
}
|
|
3710
|
+
|
|
3711
|
+
/** Optional parameters. */
|
|
3712
|
+
export interface JobsStopMultipleExecutionsOptionalParams
|
|
3713
|
+
extends coreClient.OperationOptions {
|
|
3714
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3715
|
+
updateIntervalInMs?: number;
|
|
3716
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3717
|
+
resumeFrom?: string;
|
|
3718
|
+
}
|
|
3719
|
+
|
|
3720
|
+
/** Contains response data for the stopMultipleExecutions operation. */
|
|
3721
|
+
export type JobsStopMultipleExecutionsResponse = ContainerAppJobExecutions;
|
|
3722
|
+
|
|
3723
|
+
/** Optional parameters. */
|
|
3724
|
+
export interface JobsListSecretsOptionalParams
|
|
3725
|
+
extends coreClient.OperationOptions {}
|
|
3726
|
+
|
|
3727
|
+
/** Contains response data for the listSecrets operation. */
|
|
3728
|
+
export type JobsListSecretsResponse = JobSecretsCollection;
|
|
3729
|
+
|
|
3730
|
+
/** Optional parameters. */
|
|
3731
|
+
export interface JobsListBySubscriptionNextOptionalParams
|
|
3732
|
+
extends coreClient.OperationOptions {}
|
|
3733
|
+
|
|
3734
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
3735
|
+
export type JobsListBySubscriptionNextResponse = JobsCollection;
|
|
3736
|
+
|
|
3737
|
+
/** Optional parameters. */
|
|
3738
|
+
export interface JobsListByResourceGroupNextOptionalParams
|
|
3739
|
+
extends coreClient.OperationOptions {}
|
|
3740
|
+
|
|
3741
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
3742
|
+
export type JobsListByResourceGroupNextResponse = JobsCollection;
|
|
3743
|
+
|
|
3744
|
+
/** Optional parameters. */
|
|
3745
|
+
export interface JobsExecutionsListOptionalParams
|
|
3746
|
+
extends coreClient.OperationOptions {
|
|
3747
|
+
/** The filter to apply on the operation. */
|
|
3748
|
+
filter?: string;
|
|
3749
|
+
}
|
|
3750
|
+
|
|
3751
|
+
/** Contains response data for the list operation. */
|
|
3752
|
+
export type JobsExecutionsListResponse = ContainerAppJobExecutions;
|
|
3753
|
+
|
|
3754
|
+
/** Optional parameters. */
|
|
3755
|
+
export interface JobsExecutionsListNextOptionalParams
|
|
3756
|
+
extends coreClient.OperationOptions {}
|
|
3757
|
+
|
|
3758
|
+
/** Contains response data for the listNext operation. */
|
|
3759
|
+
export type JobsExecutionsListNextResponse = ContainerAppJobExecutions;
|
|
3760
|
+
|
|
3761
|
+
/** Optional parameters. */
|
|
3762
|
+
export interface JobExecutionOptionalParams
|
|
3763
|
+
extends coreClient.OperationOptions {}
|
|
3764
|
+
|
|
3765
|
+
/** Contains response data for the jobExecution operation. */
|
|
3766
|
+
export type JobExecutionResponse = JobExecution;
|
|
3767
|
+
|
|
3545
3768
|
/** Optional parameters. */
|
|
3546
3769
|
export interface ManagedEnvironmentsListBySubscriptionOptionalParams
|
|
3547
3770
|
extends coreClient.OperationOptions {}
|