@azure/arm-containerregistry 10.1.0-beta.2 → 10.1.0-beta.4
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 +32 -11
- package/README.md +1 -1
- package/dist/index.js +623 -167
- 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/connectedRegistriesCreateSample.js +1 -1
- package/dist-esm/samples-dev/connectedRegistriesDeactivateSample.js +1 -1
- package/dist-esm/samples-dev/connectedRegistriesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/connectedRegistriesGetSample.js +1 -1
- package/dist-esm/samples-dev/connectedRegistriesListSample.js +1 -1
- package/dist-esm/samples-dev/connectedRegistriesUpdateSample.js +1 -1
- package/dist-esm/samples-dev/exportPipelinesCreateSample.js +1 -1
- package/dist-esm/samples-dev/exportPipelinesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/exportPipelinesGetSample.js +1 -1
- package/dist-esm/samples-dev/exportPipelinesListSample.js +1 -1
- package/dist-esm/samples-dev/importPipelinesCreateSample.js +1 -1
- package/dist-esm/samples-dev/importPipelinesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/importPipelinesGetSample.js +1 -1
- package/dist-esm/samples-dev/importPipelinesListSample.js +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +1 -1
- package/dist-esm/samples-dev/pipelineRunsCreateSample.js +2 -2
- package/dist-esm/samples-dev/pipelineRunsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/pipelineRunsGetSample.js +1 -1
- package/dist-esm/samples-dev/pipelineRunsListSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +1 -1
- package/dist-esm/samples-dev/registriesCheckNameAvailabilitySample.js +2 -2
- package/dist-esm/samples-dev/registriesCreateSample.js +2 -2
- package/dist-esm/samples-dev/registriesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/registriesGenerateCredentialsSample.js +1 -1
- package/dist-esm/samples-dev/registriesGetPrivateLinkResourceSample.js +1 -1
- package/dist-esm/samples-dev/registriesGetSample.js +1 -1
- package/dist-esm/samples-dev/registriesImportImageSample.js +3 -3
- package/dist-esm/samples-dev/registriesListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/registriesListCredentialsSample.js +1 -1
- package/dist-esm/samples-dev/registriesListPrivateLinkResourcesSample.js +1 -1
- package/dist-esm/samples-dev/registriesListSample.js +1 -1
- package/dist-esm/samples-dev/registriesListUsagesSample.js +1 -1
- package/dist-esm/samples-dev/registriesRegenerateCredentialSample.js +1 -1
- package/dist-esm/samples-dev/registriesUpdateSample.js +1 -1
- package/dist-esm/samples-dev/replicationsCreateSample.js +2 -2
- package/dist-esm/samples-dev/replicationsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/replicationsGetSample.js +1 -1
- package/dist-esm/samples-dev/replicationsListSample.js +1 -1
- package/dist-esm/samples-dev/replicationsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/scopeMapsCreateSample.js +1 -1
- package/dist-esm/samples-dev/scopeMapsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/scopeMapsGetSample.js +1 -1
- package/dist-esm/samples-dev/scopeMapsListSample.js +1 -1
- package/dist-esm/samples-dev/scopeMapsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/tokensCreateSample.js +1 -1
- package/dist-esm/samples-dev/tokensDeleteSample.js +1 -1
- package/dist-esm/samples-dev/tokensGetSample.js +1 -1
- package/dist-esm/samples-dev/tokensListSample.js +1 -1
- package/dist-esm/samples-dev/tokensUpdateSample.js +1 -1
- package/dist-esm/samples-dev/webhooksCreateSample.js +1 -1
- package/dist-esm/samples-dev/webhooksDeleteSample.js +1 -1
- package/dist-esm/samples-dev/webhooksGetCallbackConfigSample.js +1 -1
- package/dist-esm/samples-dev/webhooksGetSample.js +1 -1
- package/dist-esm/samples-dev/webhooksListEventsSample.js +1 -1
- package/dist-esm/samples-dev/webhooksListSample.js +1 -1
- package/dist-esm/samples-dev/webhooksPingSample.js +1 -1
- package/dist-esm/samples-dev/webhooksUpdateSample.js +1 -1
- package/dist-esm/src/containerRegistryManagementClient.d.ts.map +1 -1
- package/dist-esm/src/containerRegistryManagementClient.js +25 -6
- package/dist-esm/src/containerRegistryManagementClient.js.map +1 -1
- package/dist-esm/src/index.d.ts +1 -0
- package/dist-esm/src/index.d.ts.map +1 -1
- package/dist-esm/src/index.js +1 -0
- package/dist-esm/src/index.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +235 -59
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +141 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +4 -1
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +94 -33
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.js +1 -1
- package/dist-esm/src/operations/agentPools.d.ts.map +1 -1
- package/dist-esm/src/operations/agentPools.js +19 -7
- package/dist-esm/src/operations/agentPools.js.map +1 -1
- package/dist-esm/src/operations/connectedRegistries.d.ts.map +1 -1
- package/dist-esm/src/operations/connectedRegistries.js +19 -7
- package/dist-esm/src/operations/connectedRegistries.js.map +1 -1
- package/dist-esm/src/operations/exportPipelines.d.ts.map +1 -1
- package/dist-esm/src/operations/exportPipelines.js +19 -7
- package/dist-esm/src/operations/exportPipelines.js.map +1 -1
- package/dist-esm/src/operations/importPipelines.d.ts.map +1 -1
- package/dist-esm/src/operations/importPipelines.js +19 -7
- package/dist-esm/src/operations/importPipelines.js.map +1 -1
- package/dist-esm/src/operations/operations.d.ts.map +1 -1
- package/dist-esm/src/operations/operations.js +19 -7
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/pipelineRuns.d.ts.map +1 -1
- package/dist-esm/src/operations/pipelineRuns.js +19 -7
- package/dist-esm/src/operations/pipelineRuns.js.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +19 -7
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
- package/dist-esm/src/operations/registries.d.ts.map +1 -1
- package/dist-esm/src/operations/registries.js +55 -21
- package/dist-esm/src/operations/registries.js.map +1 -1
- package/dist-esm/src/operations/replications.d.ts.map +1 -1
- package/dist-esm/src/operations/replications.js +19 -7
- package/dist-esm/src/operations/replications.js.map +1 -1
- package/dist-esm/src/operations/runs.d.ts.map +1 -1
- package/dist-esm/src/operations/runs.js +19 -7
- package/dist-esm/src/operations/runs.js.map +1 -1
- package/dist-esm/src/operations/scopeMaps.d.ts.map +1 -1
- package/dist-esm/src/operations/scopeMaps.js +19 -7
- package/dist-esm/src/operations/scopeMaps.js.map +1 -1
- package/dist-esm/src/operations/taskRuns.d.ts.map +1 -1
- package/dist-esm/src/operations/taskRuns.js +19 -7
- package/dist-esm/src/operations/taskRuns.js.map +1 -1
- package/dist-esm/src/operations/tasks.d.ts.map +1 -1
- package/dist-esm/src/operations/tasks.js +19 -7
- package/dist-esm/src/operations/tasks.js.map +1 -1
- package/dist-esm/src/operations/tokens.d.ts.map +1 -1
- package/dist-esm/src/operations/tokens.js +19 -7
- package/dist-esm/src/operations/tokens.js.map +1 -1
- package/dist-esm/src/operations/webhooks.d.ts.map +1 -1
- package/dist-esm/src/operations/webhooks.js +37 -14
- package/dist-esm/src/operations/webhooks.js.map +1 -1
- package/dist-esm/src/pagingHelper.d.ts +13 -0
- package/dist-esm/src/pagingHelper.d.ts.map +1 -0
- package/dist-esm/src/pagingHelper.js +32 -0
- package/dist-esm/src/pagingHelper.js.map +1 -0
- package/dist-esm/test/containerregistry_examples.d.ts.map +1 -1
- package/dist-esm/test/containerregistry_examples.js +16 -18
- package/dist-esm/test/containerregistry_examples.js.map +1 -1
- package/package.json +15 -11
- package/review/arm-containerregistry.api.md +177 -280
- package/src/containerRegistryManagementClient.ts +35 -5
- package/src/index.ts +1 -0
- package/src/models/index.ts +243 -60
- package/src/models/mappers.ts +98 -34
- package/src/models/parameters.ts +1 -1
- package/src/operations/agentPools.ts +27 -9
- package/src/operations/connectedRegistries.ts +26 -8
- package/src/operations/exportPipelines.ts +26 -8
- package/src/operations/importPipelines.ts +26 -8
- package/src/operations/operations.ts +21 -8
- package/src/operations/pipelineRuns.ts +26 -8
- package/src/operations/privateEndpointConnections.ts +26 -8
- package/src/operations/registries.ts +71 -29
- package/src/operations/replications.ts +26 -8
- package/src/operations/runs.ts +26 -8
- package/src/operations/scopeMaps.ts +26 -8
- package/src/operations/taskRuns.ts +27 -9
- package/src/operations/tasks.ts +26 -8
- package/src/operations/tokens.ts +26 -8
- package/src/operations/webhooks.ts +53 -22
- package/src/pagingHelper.ts +39 -0
- package/types/arm-containerregistry.d.ts +250 -60
- package/types/tsdoc-metadata.json +1 -1
@@ -518,18 +518,9 @@ export interface Status {
|
|
518
518
|
export interface NetworkRuleSet {
|
519
519
|
/** The default action of allow or deny when no other rules match. */
|
520
520
|
defaultAction: DefaultAction;
|
521
|
-
/** The virtual network rules. */
|
522
|
-
virtualNetworkRules?: VirtualNetworkRule[];
|
523
521
|
/** The IP ACL rules. */
|
524
522
|
ipRules?: IPRule[];
|
525
523
|
}
|
526
|
-
/** Virtual network rule. */
|
527
|
-
export interface VirtualNetworkRule {
|
528
|
-
/** The action of virtual network rule. */
|
529
|
-
action?: Action;
|
530
|
-
/** Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}. */
|
531
|
-
virtualNetworkResourceId: string;
|
532
|
-
}
|
533
524
|
/** IP rule with specific IP or IP range in CIDR format. */
|
534
525
|
export interface IPRule {
|
535
526
|
/** The action of IP ACL rule. */
|
@@ -547,6 +538,10 @@ export interface Policies {
|
|
547
538
|
retentionPolicy?: RetentionPolicy;
|
548
539
|
/** The export policy for a container registry. */
|
549
540
|
exportPolicy?: ExportPolicy;
|
541
|
+
/** The policy for using ARM audience token for a container registry. */
|
542
|
+
azureADAuthenticationAsArmPolicy?: AzureADAuthenticationAsArmPolicy;
|
543
|
+
/** The soft delete policy for a container registry. */
|
544
|
+
softDeletePolicy?: SoftDeletePolicy;
|
550
545
|
}
|
551
546
|
/** The quarantine policy for a container registry. */
|
552
547
|
export interface QuarantinePolicy {
|
@@ -577,6 +572,23 @@ export interface ExportPolicy {
|
|
577
572
|
/** The value that indicates whether the policy is enabled or not. */
|
578
573
|
status?: ExportPolicyStatus;
|
579
574
|
}
|
575
|
+
/** The policy for using ARM audience token for a container registry. */
|
576
|
+
export interface AzureADAuthenticationAsArmPolicy {
|
577
|
+
/** The value that indicates whether the policy is enabled or not. */
|
578
|
+
status?: AzureADAuthenticationAsArmPolicyStatus;
|
579
|
+
}
|
580
|
+
/** The soft delete policy for a container registry */
|
581
|
+
export interface SoftDeletePolicy {
|
582
|
+
/** The number of days after which a soft-deleted item is permanently deleted. */
|
583
|
+
retentionDays?: number;
|
584
|
+
/**
|
585
|
+
* The timestamp when the policy was last updated.
|
586
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
587
|
+
*/
|
588
|
+
readonly lastUpdatedTime?: Date;
|
589
|
+
/** The value that indicates whether the policy is enabled or not. */
|
590
|
+
status?: PolicyStatus;
|
591
|
+
}
|
580
592
|
export interface EncryptionProperty {
|
581
593
|
/** Indicates whether or not the encryption is enabled for container registry. */
|
582
594
|
status?: EncryptionStatus;
|
@@ -1384,6 +1396,21 @@ export interface BaseImageTriggerUpdateParameters {
|
|
1384
1396
|
/** The name of the trigger. */
|
1385
1397
|
name: string;
|
1386
1398
|
}
|
1399
|
+
/** The properties of a storage account for a container registry. Only applicable to Classic SKU. */
|
1400
|
+
export interface StorageAccountProperties {
|
1401
|
+
/** The resource ID of the storage account. */
|
1402
|
+
id: string;
|
1403
|
+
}
|
1404
|
+
/** The properties of a package type. */
|
1405
|
+
export interface PackageType {
|
1406
|
+
/** The name of the package type. */
|
1407
|
+
name?: string;
|
1408
|
+
/**
|
1409
|
+
* The endpoint of the package type.
|
1410
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1411
|
+
*/
|
1412
|
+
readonly endpoint?: string;
|
1413
|
+
}
|
1387
1414
|
/** The Active Directory Object that will be used for authenticating the token of a container registry. */
|
1388
1415
|
export interface ActiveDirectoryObject {
|
1389
1416
|
/** The user/group/application object ID for Active Directory Object that will be used for authenticating the token of a container registry. */
|
@@ -1451,7 +1478,7 @@ export interface OverrideTaskStepProperties {
|
|
1451
1478
|
updateTriggerToken?: string;
|
1452
1479
|
}
|
1453
1480
|
/** An object that represents a connected registry for a container registry. */
|
1454
|
-
export
|
1481
|
+
export interface ConnectedRegistry extends ProxyResource {
|
1455
1482
|
/**
|
1456
1483
|
* Provisioning state of the resource.
|
1457
1484
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
@@ -1494,9 +1521,9 @@ export declare type ConnectedRegistry = ProxyResource & {
|
|
1494
1521
|
readonly statusDetails?: StatusDetailProperties[];
|
1495
1522
|
/** The list of notifications subscription information for the connected registry. */
|
1496
1523
|
notificationsList?: string[];
|
1497
|
-
}
|
1524
|
+
}
|
1498
1525
|
/** An object that represents an export pipeline for a container registry. */
|
1499
|
-
export
|
1526
|
+
export interface ExportPipeline extends ProxyResource {
|
1500
1527
|
/** The location of the export pipeline. */
|
1501
1528
|
location?: string;
|
1502
1529
|
/** The identity of the export pipeline. */
|
@@ -1510,9 +1537,9 @@ export declare type ExportPipeline = ProxyResource & {
|
|
1510
1537
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1511
1538
|
*/
|
1512
1539
|
readonly provisioningState?: ProvisioningState;
|
1513
|
-
}
|
1540
|
+
}
|
1514
1541
|
/** An object that represents an import pipeline for a container registry. */
|
1515
|
-
export
|
1542
|
+
export interface ImportPipeline extends ProxyResource {
|
1516
1543
|
/** The location of the import pipeline. */
|
1517
1544
|
location?: string;
|
1518
1545
|
/** The identity of the import pipeline. */
|
@@ -1528,9 +1555,9 @@ export declare type ImportPipeline = ProxyResource & {
|
|
1528
1555
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1529
1556
|
*/
|
1530
1557
|
readonly provisioningState?: ProvisioningState;
|
1531
|
-
}
|
1558
|
+
}
|
1532
1559
|
/** An object that represents a pipeline run for a container registry. */
|
1533
|
-
export
|
1560
|
+
export interface PipelineRun extends ProxyResource {
|
1534
1561
|
/**
|
1535
1562
|
* The provisioning state of a pipeline run.
|
1536
1563
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
@@ -1545,9 +1572,9 @@ export declare type PipelineRun = ProxyResource & {
|
|
1545
1572
|
readonly response?: PipelineRunResponse;
|
1546
1573
|
/** How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed. */
|
1547
1574
|
forceUpdateTag?: string;
|
1548
|
-
}
|
1575
|
+
}
|
1549
1576
|
/** An object that represents a private endpoint connection for a container registry. */
|
1550
|
-
export
|
1577
|
+
export interface PrivateEndpointConnection extends ProxyResource {
|
1551
1578
|
/** The resource of private endpoint. */
|
1552
1579
|
privateEndpoint?: PrivateEndpoint;
|
1553
1580
|
/** A collection of information about the state of the connection between service consumer and provider. */
|
@@ -1557,9 +1584,9 @@ export declare type PrivateEndpointConnection = ProxyResource & {
|
|
1557
1584
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1558
1585
|
*/
|
1559
1586
|
readonly provisioningState?: ProvisioningState;
|
1560
|
-
}
|
1587
|
+
}
|
1561
1588
|
/** An object that represents a scope map for a container registry. */
|
1562
|
-
export
|
1589
|
+
export interface ScopeMap extends ProxyResource {
|
1563
1590
|
/** The user friendly description of the scope map. */
|
1564
1591
|
description?: string;
|
1565
1592
|
/**
|
@@ -1583,9 +1610,9 @@ export declare type ScopeMap = ProxyResource & {
|
|
1583
1610
|
* repositories/repository-name/metadata/write
|
1584
1611
|
*/
|
1585
1612
|
actions?: string[];
|
1586
|
-
}
|
1613
|
+
}
|
1587
1614
|
/** An object that represents a token for a container registry. */
|
1588
|
-
export
|
1615
|
+
export interface Token extends ProxyResource {
|
1589
1616
|
/**
|
1590
1617
|
* The creation date of scope map.
|
1591
1618
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
@@ -1602,9 +1629,9 @@ export declare type Token = ProxyResource & {
|
|
1602
1629
|
credentials?: TokenCredentialsProperties;
|
1603
1630
|
/** The status of the token example enabled or disabled. */
|
1604
1631
|
status?: TokenStatus;
|
1605
|
-
}
|
1632
|
+
}
|
1606
1633
|
/** Run resource properties */
|
1607
|
-
export
|
1634
|
+
export interface Run extends ProxyResource {
|
1608
1635
|
/** The unique identifier for the run. */
|
1609
1636
|
runId?: string;
|
1610
1637
|
/** The current status of the run. */
|
@@ -1655,12 +1682,12 @@ export declare type Run = ProxyResource & {
|
|
1655
1682
|
provisioningState?: ProvisioningState;
|
1656
1683
|
/** The value that indicates whether archiving is enabled or not. */
|
1657
1684
|
isArchiveEnabled?: boolean;
|
1658
|
-
}
|
1685
|
+
}
|
1659
1686
|
/**
|
1660
1687
|
* The task run that has the ARM resource and properties.
|
1661
1688
|
* The task run will have the information of request and result of a run.
|
1662
1689
|
*/
|
1663
|
-
export
|
1690
|
+
export interface TaskRun extends ProxyResource {
|
1664
1691
|
/** Identity for the resource. */
|
1665
1692
|
identity?: IdentityProperties;
|
1666
1693
|
/** The location of the resource */
|
@@ -1679,9 +1706,9 @@ export declare type TaskRun = ProxyResource & {
|
|
1679
1706
|
readonly runResult?: Run;
|
1680
1707
|
/** How the run should be forced to rerun even if the run request configuration has not changed */
|
1681
1708
|
forceUpdateTag?: string;
|
1682
|
-
}
|
1709
|
+
}
|
1683
1710
|
/** An object that represents a container registry. */
|
1684
|
-
export
|
1711
|
+
export interface Registry extends Resource {
|
1685
1712
|
/** The SKU of the container registry. */
|
1686
1713
|
sku: Sku;
|
1687
1714
|
/** The identity of the container registry. */
|
@@ -1734,9 +1761,9 @@ export declare type Registry = Resource & {
|
|
1734
1761
|
zoneRedundancy?: ZoneRedundancy;
|
1735
1762
|
/** Enables registry-wide pull from unauthenticated clients. */
|
1736
1763
|
anonymousPullEnabled?: boolean;
|
1737
|
-
}
|
1764
|
+
}
|
1738
1765
|
/** An object that represents a replication for a container registry. */
|
1739
|
-
export
|
1766
|
+
export interface Replication extends Resource {
|
1740
1767
|
/**
|
1741
1768
|
* The provisioning state of the replication at the time the operation was called.
|
1742
1769
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
@@ -1751,9 +1778,9 @@ export declare type Replication = Resource & {
|
|
1751
1778
|
regionEndpointEnabled?: boolean;
|
1752
1779
|
/** Whether or not zone redundancy is enabled for this container registry replication */
|
1753
1780
|
zoneRedundancy?: ZoneRedundancy;
|
1754
|
-
}
|
1781
|
+
}
|
1755
1782
|
/** An object that represents a webhook for a container registry. */
|
1756
|
-
export
|
1783
|
+
export interface Webhook extends Resource {
|
1757
1784
|
/** The status of the webhook at the time the operation was called. */
|
1758
1785
|
status?: WebhookStatus;
|
1759
1786
|
/** The scope of repositories where the event can be triggered. For example, 'foo:*' means events for all tags under repository 'foo'. 'foo:bar' means events for 'foo:bar' only. 'foo' is equivalent to 'foo:latest'. Empty means all events. */
|
@@ -1765,12 +1792,12 @@ export declare type Webhook = Resource & {
|
|
1765
1792
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1766
1793
|
*/
|
1767
1794
|
readonly provisioningState?: ProvisioningState;
|
1768
|
-
}
|
1795
|
+
}
|
1769
1796
|
/**
|
1770
1797
|
* The agentpool that has the ARM resource and properties.
|
1771
1798
|
* The agentpool will have all information to create an agent pool.
|
1772
1799
|
*/
|
1773
|
-
export
|
1800
|
+
export interface AgentPool extends Resource {
|
1774
1801
|
/** The count of agent machine */
|
1775
1802
|
count?: number;
|
1776
1803
|
/** The Tier of agent machine */
|
@@ -1784,12 +1811,12 @@ export declare type AgentPool = Resource & {
|
|
1784
1811
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1785
1812
|
*/
|
1786
1813
|
readonly provisioningState?: ProvisioningState;
|
1787
|
-
}
|
1814
|
+
}
|
1788
1815
|
/**
|
1789
1816
|
* The task that has the ARM resource and task properties.
|
1790
1817
|
* The task will have all information to schedule a run against it.
|
1791
1818
|
*/
|
1792
|
-
export
|
1819
|
+
export interface Task extends Resource {
|
1793
1820
|
/** Identity for the resource. */
|
1794
1821
|
identity?: IdentityProperties;
|
1795
1822
|
/**
|
@@ -1822,16 +1849,16 @@ export declare type Task = Resource & {
|
|
1822
1849
|
logTemplate?: string;
|
1823
1850
|
/** The value of this property indicates whether the task resource is system task or not. */
|
1824
1851
|
isSystemTask?: boolean;
|
1825
|
-
}
|
1852
|
+
}
|
1826
1853
|
/** The event for a webhook. */
|
1827
|
-
export
|
1854
|
+
export interface Event extends EventInfo {
|
1828
1855
|
/** The event request message sent to the service URI. */
|
1829
1856
|
eventRequestMessage?: EventRequestMessage;
|
1830
1857
|
/** The event response message received from the service URI. */
|
1831
1858
|
eventResponseMessage?: EventResponseMessage;
|
1832
|
-
}
|
1859
|
+
}
|
1833
1860
|
/** The parameters for a docker quick build. */
|
1834
|
-
export
|
1861
|
+
export interface DockerBuildRequest extends RunRequest {
|
1835
1862
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
1836
1863
|
type: "DockerBuildRequest";
|
1837
1864
|
/** The fully qualified image names including the repository and tag. */
|
@@ -1859,9 +1886,9 @@ export declare type DockerBuildRequest = RunRequest & {
|
|
1859
1886
|
sourceLocation?: string;
|
1860
1887
|
/** The properties that describes a set of credentials that will be used when this run is invoked. */
|
1861
1888
|
credentials?: Credentials;
|
1862
|
-
}
|
1889
|
+
}
|
1863
1890
|
/** The request parameters for a scheduling run against a task file. */
|
1864
|
-
export
|
1891
|
+
export interface FileTaskRunRequest extends RunRequest {
|
1865
1892
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
1866
1893
|
type: "FileTaskRunRequest";
|
1867
1894
|
/** The template/definition file path relative to the source. */
|
@@ -1883,18 +1910,18 @@ export declare type FileTaskRunRequest = RunRequest & {
|
|
1883
1910
|
sourceLocation?: string;
|
1884
1911
|
/** The properties that describes a set of credentials that will be used when this run is invoked. */
|
1885
1912
|
credentials?: Credentials;
|
1886
|
-
}
|
1913
|
+
}
|
1887
1914
|
/** The parameters for a task run request. */
|
1888
|
-
export
|
1915
|
+
export interface TaskRunRequest extends RunRequest {
|
1889
1916
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
1890
1917
|
type: "TaskRunRequest";
|
1891
1918
|
/** The resource ID of task against which run has to be queued. */
|
1892
1919
|
taskId: string;
|
1893
1920
|
/** Set of overridable parameters that can be passed when running a Task. */
|
1894
1921
|
overrideTaskStepProperties?: OverrideTaskStepProperties;
|
1895
|
-
}
|
1922
|
+
}
|
1896
1923
|
/** The parameters for a quick task run request. */
|
1897
|
-
export
|
1924
|
+
export interface EncodedTaskRunRequest extends RunRequest {
|
1898
1925
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
1899
1926
|
type: "EncodedTaskRunRequest";
|
1900
1927
|
/** Base64 encoded value of the template/definition file content. */
|
@@ -1916,9 +1943,9 @@ export declare type EncodedTaskRunRequest = RunRequest & {
|
|
1916
1943
|
sourceLocation?: string;
|
1917
1944
|
/** The properties that describes a set of credentials that will be used when this run is invoked. */
|
1918
1945
|
credentials?: Credentials;
|
1919
|
-
}
|
1946
|
+
}
|
1920
1947
|
/** The Docker build step. */
|
1921
|
-
export
|
1948
|
+
export interface DockerBuildStep extends TaskStepProperties {
|
1922
1949
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
1923
1950
|
type: "Docker";
|
1924
1951
|
/** The fully qualified image names including the repository and tag. */
|
@@ -1933,9 +1960,9 @@ export declare type DockerBuildStep = TaskStepProperties & {
|
|
1933
1960
|
target?: string;
|
1934
1961
|
/** The collection of override arguments to be used when executing this build step. */
|
1935
1962
|
arguments?: Argument[];
|
1936
|
-
}
|
1963
|
+
}
|
1937
1964
|
/** The properties of a task step. */
|
1938
|
-
export
|
1965
|
+
export interface FileTaskStep extends TaskStepProperties {
|
1939
1966
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
1940
1967
|
type: "FileTask";
|
1941
1968
|
/** The task template/definition file path relative to the source context. */
|
@@ -1944,9 +1971,9 @@ export declare type FileTaskStep = TaskStepProperties & {
|
|
1944
1971
|
valuesFilePath?: string;
|
1945
1972
|
/** The collection of overridable values that can be passed when running a task. */
|
1946
1973
|
values?: SetValue[];
|
1947
|
-
}
|
1974
|
+
}
|
1948
1975
|
/** The properties of a encoded task step. */
|
1949
|
-
export
|
1976
|
+
export interface EncodedTaskStep extends TaskStepProperties {
|
1950
1977
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
1951
1978
|
type: "EncodedTask";
|
1952
1979
|
/** Base64 encoded value of the template/definition file content. */
|
@@ -1955,9 +1982,9 @@ export declare type EncodedTaskStep = TaskStepProperties & {
|
|
1955
1982
|
encodedValuesContent?: string;
|
1956
1983
|
/** The collection of overridable values that can be passed when running a task. */
|
1957
1984
|
values?: SetValue[];
|
1958
|
-
}
|
1985
|
+
}
|
1959
1986
|
/** The properties for updating a docker build step. */
|
1960
|
-
export
|
1987
|
+
export interface DockerBuildStepUpdateParameters extends TaskStepUpdateParameters {
|
1961
1988
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
1962
1989
|
type: "Docker";
|
1963
1990
|
/** The fully qualified image names including the repository and tag. */
|
@@ -1972,9 +1999,9 @@ export declare type DockerBuildStepUpdateParameters = TaskStepUpdateParameters &
|
|
1972
1999
|
arguments?: Argument[];
|
1973
2000
|
/** The name of the target build stage for the docker build. */
|
1974
2001
|
target?: string;
|
1975
|
-
}
|
2002
|
+
}
|
1976
2003
|
/** The properties of updating a task step. */
|
1977
|
-
export
|
2004
|
+
export interface FileTaskStepUpdateParameters extends TaskStepUpdateParameters {
|
1978
2005
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
1979
2006
|
type: "FileTask";
|
1980
2007
|
/** The task template/definition file path relative to the source context. */
|
@@ -1983,9 +2010,9 @@ export declare type FileTaskStepUpdateParameters = TaskStepUpdateParameters & {
|
|
1983
2010
|
valuesFilePath?: string;
|
1984
2011
|
/** The collection of overridable values that can be passed when running a task. */
|
1985
2012
|
values?: SetValue[];
|
1986
|
-
}
|
2013
|
+
}
|
1987
2014
|
/** The properties for updating encoded task step. */
|
1988
|
-
export
|
2015
|
+
export interface EncodedTaskStepUpdateParameters extends TaskStepUpdateParameters {
|
1989
2016
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
1990
2017
|
type: "EncodedTask";
|
1991
2018
|
/** Base64 encoded value of the template/definition file content. */
|
@@ -1994,14 +2021,20 @@ export declare type EncodedTaskStepUpdateParameters = TaskStepUpdateParameters &
|
|
1994
2021
|
encodedValuesContent?: string;
|
1995
2022
|
/** The collection of overridable values that can be passed when running a task. */
|
1996
2023
|
values?: SetValue[];
|
1997
|
-
}
|
2024
|
+
}
|
1998
2025
|
/** Known values of {@link ProvisioningState} that the service accepts. */
|
1999
2026
|
export declare enum KnownProvisioningState {
|
2027
|
+
/** Creating */
|
2000
2028
|
Creating = "Creating",
|
2029
|
+
/** Updating */
|
2001
2030
|
Updating = "Updating",
|
2031
|
+
/** Deleting */
|
2002
2032
|
Deleting = "Deleting",
|
2033
|
+
/** Succeeded */
|
2003
2034
|
Succeeded = "Succeeded",
|
2035
|
+
/** Failed */
|
2004
2036
|
Failed = "Failed",
|
2037
|
+
/** Canceled */
|
2005
2038
|
Canceled = "Canceled"
|
2006
2039
|
}
|
2007
2040
|
/**
|
@@ -2019,9 +2052,13 @@ export declare enum KnownProvisioningState {
|
|
2019
2052
|
export declare type ProvisioningState = string;
|
2020
2053
|
/** Known values of {@link ConnectedRegistryMode} that the service accepts. */
|
2021
2054
|
export declare enum KnownConnectedRegistryMode {
|
2055
|
+
/** ReadWrite */
|
2022
2056
|
ReadWrite = "ReadWrite",
|
2057
|
+
/** ReadOnly */
|
2023
2058
|
ReadOnly = "ReadOnly",
|
2059
|
+
/** Registry */
|
2024
2060
|
Registry = "Registry",
|
2061
|
+
/** Mirror */
|
2025
2062
|
Mirror = "Mirror"
|
2026
2063
|
}
|
2027
2064
|
/**
|
@@ -2037,9 +2074,13 @@ export declare enum KnownConnectedRegistryMode {
|
|
2037
2074
|
export declare type ConnectedRegistryMode = string;
|
2038
2075
|
/** Known values of {@link ConnectionState} that the service accepts. */
|
2039
2076
|
export declare enum KnownConnectionState {
|
2077
|
+
/** Online */
|
2040
2078
|
Online = "Online",
|
2079
|
+
/** Offline */
|
2041
2080
|
Offline = "Offline",
|
2081
|
+
/** Syncing */
|
2042
2082
|
Syncing = "Syncing",
|
2083
|
+
/** Unhealthy */
|
2043
2084
|
Unhealthy = "Unhealthy"
|
2044
2085
|
}
|
2045
2086
|
/**
|
@@ -2055,7 +2096,9 @@ export declare enum KnownConnectionState {
|
|
2055
2096
|
export declare type ConnectionState = string;
|
2056
2097
|
/** Known values of {@link ActivationStatus} that the service accepts. */
|
2057
2098
|
export declare enum KnownActivationStatus {
|
2099
|
+
/** Active */
|
2058
2100
|
Active = "Active",
|
2101
|
+
/** Inactive */
|
2059
2102
|
Inactive = "Inactive"
|
2060
2103
|
}
|
2061
2104
|
/**
|
@@ -2069,7 +2112,9 @@ export declare enum KnownActivationStatus {
|
|
2069
2112
|
export declare type ActivationStatus = string;
|
2070
2113
|
/** Known values of {@link TlsStatus} that the service accepts. */
|
2071
2114
|
export declare enum KnownTlsStatus {
|
2115
|
+
/** Enabled */
|
2072
2116
|
Enabled = "Enabled",
|
2117
|
+
/** Disabled */
|
2073
2118
|
Disabled = "Disabled"
|
2074
2119
|
}
|
2075
2120
|
/**
|
@@ -2083,6 +2128,7 @@ export declare enum KnownTlsStatus {
|
|
2083
2128
|
export declare type TlsStatus = string;
|
2084
2129
|
/** Known values of {@link CertificateType} that the service accepts. */
|
2085
2130
|
export declare enum KnownCertificateType {
|
2131
|
+
/** LocalDirectory */
|
2086
2132
|
LocalDirectory = "LocalDirectory"
|
2087
2133
|
}
|
2088
2134
|
/**
|
@@ -2095,10 +2141,15 @@ export declare enum KnownCertificateType {
|
|
2095
2141
|
export declare type CertificateType = string;
|
2096
2142
|
/** Known values of {@link LogLevel} that the service accepts. */
|
2097
2143
|
export declare enum KnownLogLevel {
|
2144
|
+
/** Debug */
|
2098
2145
|
Debug = "Debug",
|
2146
|
+
/** Information */
|
2099
2147
|
Information = "Information",
|
2148
|
+
/** Warning */
|
2100
2149
|
Warning = "Warning",
|
2150
|
+
/** Error */
|
2101
2151
|
Error = "Error",
|
2152
|
+
/** None */
|
2102
2153
|
None = "None"
|
2103
2154
|
}
|
2104
2155
|
/**
|
@@ -2115,7 +2166,9 @@ export declare enum KnownLogLevel {
|
|
2115
2166
|
export declare type LogLevel = string;
|
2116
2167
|
/** Known values of {@link AuditLogStatus} that the service accepts. */
|
2117
2168
|
export declare enum KnownAuditLogStatus {
|
2169
|
+
/** Enabled */
|
2118
2170
|
Enabled = "Enabled",
|
2171
|
+
/** Disabled */
|
2119
2172
|
Disabled = "Disabled"
|
2120
2173
|
}
|
2121
2174
|
/**
|
@@ -2129,9 +2182,13 @@ export declare enum KnownAuditLogStatus {
|
|
2129
2182
|
export declare type AuditLogStatus = string;
|
2130
2183
|
/** Known values of {@link CreatedByType} that the service accepts. */
|
2131
2184
|
export declare enum KnownCreatedByType {
|
2185
|
+
/** User */
|
2132
2186
|
User = "User",
|
2187
|
+
/** Application */
|
2133
2188
|
Application = "Application",
|
2189
|
+
/** ManagedIdentity */
|
2134
2190
|
ManagedIdentity = "ManagedIdentity",
|
2191
|
+
/** Key */
|
2135
2192
|
Key = "Key"
|
2136
2193
|
}
|
2137
2194
|
/**
|
@@ -2147,9 +2204,13 @@ export declare enum KnownCreatedByType {
|
|
2147
2204
|
export declare type CreatedByType = string;
|
2148
2205
|
/** Known values of {@link LastModifiedByType} that the service accepts. */
|
2149
2206
|
export declare enum KnownLastModifiedByType {
|
2207
|
+
/** User */
|
2150
2208
|
User = "User",
|
2209
|
+
/** Application */
|
2151
2210
|
Application = "Application",
|
2211
|
+
/** ManagedIdentity */
|
2152
2212
|
ManagedIdentity = "ManagedIdentity",
|
2213
|
+
/** Key */
|
2153
2214
|
Key = "Key"
|
2154
2215
|
}
|
2155
2216
|
/**
|
@@ -2165,9 +2226,13 @@ export declare enum KnownLastModifiedByType {
|
|
2165
2226
|
export declare type LastModifiedByType = string;
|
2166
2227
|
/** Known values of {@link PipelineOptions} that the service accepts. */
|
2167
2228
|
export declare enum KnownPipelineOptions {
|
2229
|
+
/** OverwriteTags */
|
2168
2230
|
OverwriteTags = "OverwriteTags",
|
2231
|
+
/** OverwriteBlobs */
|
2169
2232
|
OverwriteBlobs = "OverwriteBlobs",
|
2233
|
+
/** DeleteSourceBlobOnSuccess */
|
2170
2234
|
DeleteSourceBlobOnSuccess = "DeleteSourceBlobOnSuccess",
|
2235
|
+
/** ContinueOnErrors */
|
2171
2236
|
ContinueOnErrors = "ContinueOnErrors"
|
2172
2237
|
}
|
2173
2238
|
/**
|
@@ -2183,7 +2248,9 @@ export declare enum KnownPipelineOptions {
|
|
2183
2248
|
export declare type PipelineOptions = string;
|
2184
2249
|
/** Known values of {@link ImportMode} that the service accepts. */
|
2185
2250
|
export declare enum KnownImportMode {
|
2251
|
+
/** NoForce */
|
2186
2252
|
NoForce = "NoForce",
|
2253
|
+
/** Force */
|
2187
2254
|
Force = "Force"
|
2188
2255
|
}
|
2189
2256
|
/**
|
@@ -2197,6 +2264,7 @@ export declare enum KnownImportMode {
|
|
2197
2264
|
export declare type ImportMode = string;
|
2198
2265
|
/** Known values of {@link PipelineSourceType} that the service accepts. */
|
2199
2266
|
export declare enum KnownPipelineSourceType {
|
2267
|
+
/** AzureStorageBlobContainer */
|
2200
2268
|
AzureStorageBlobContainer = "AzureStorageBlobContainer"
|
2201
2269
|
}
|
2202
2270
|
/**
|
@@ -2209,7 +2277,9 @@ export declare enum KnownPipelineSourceType {
|
|
2209
2277
|
export declare type PipelineSourceType = string;
|
2210
2278
|
/** Known values of {@link TriggerStatus} that the service accepts. */
|
2211
2279
|
export declare enum KnownTriggerStatus {
|
2280
|
+
/** Disabled */
|
2212
2281
|
Disabled = "Disabled",
|
2282
|
+
/** Enabled */
|
2213
2283
|
Enabled = "Enabled"
|
2214
2284
|
}
|
2215
2285
|
/**
|
@@ -2223,6 +2293,7 @@ export declare enum KnownTriggerStatus {
|
|
2223
2293
|
export declare type TriggerStatus = string;
|
2224
2294
|
/** Known values of {@link PipelineRunSourceType} that the service accepts. */
|
2225
2295
|
export declare enum KnownPipelineRunSourceType {
|
2296
|
+
/** AzureStorageBlob */
|
2226
2297
|
AzureStorageBlob = "AzureStorageBlob"
|
2227
2298
|
}
|
2228
2299
|
/**
|
@@ -2235,6 +2306,7 @@ export declare enum KnownPipelineRunSourceType {
|
|
2235
2306
|
export declare type PipelineRunSourceType = string;
|
2236
2307
|
/** Known values of {@link PipelineRunTargetType} that the service accepts. */
|
2237
2308
|
export declare enum KnownPipelineRunTargetType {
|
2309
|
+
/** AzureStorageBlob */
|
2238
2310
|
AzureStorageBlob = "AzureStorageBlob"
|
2239
2311
|
}
|
2240
2312
|
/**
|
@@ -2247,9 +2319,13 @@ export declare enum KnownPipelineRunTargetType {
|
|
2247
2319
|
export declare type PipelineRunTargetType = string;
|
2248
2320
|
/** Known values of {@link ConnectionStatus} that the service accepts. */
|
2249
2321
|
export declare enum KnownConnectionStatus {
|
2322
|
+
/** Approved */
|
2250
2323
|
Approved = "Approved",
|
2324
|
+
/** Pending */
|
2251
2325
|
Pending = "Pending",
|
2326
|
+
/** Rejected */
|
2252
2327
|
Rejected = "Rejected",
|
2328
|
+
/** Disconnected */
|
2253
2329
|
Disconnected = "Disconnected"
|
2254
2330
|
}
|
2255
2331
|
/**
|
@@ -2265,7 +2341,9 @@ export declare enum KnownConnectionStatus {
|
|
2265
2341
|
export declare type ConnectionStatus = string;
|
2266
2342
|
/** Known values of {@link ActionsRequired} that the service accepts. */
|
2267
2343
|
export declare enum KnownActionsRequired {
|
2344
|
+
/** None */
|
2268
2345
|
None = "None",
|
2346
|
+
/** Recreate */
|
2269
2347
|
Recreate = "Recreate"
|
2270
2348
|
}
|
2271
2349
|
/**
|
@@ -2279,9 +2357,13 @@ export declare enum KnownActionsRequired {
|
|
2279
2357
|
export declare type ActionsRequired = string;
|
2280
2358
|
/** Known values of {@link SkuName} that the service accepts. */
|
2281
2359
|
export declare enum KnownSkuName {
|
2360
|
+
/** Classic */
|
2282
2361
|
Classic = "Classic",
|
2362
|
+
/** Basic */
|
2283
2363
|
Basic = "Basic",
|
2364
|
+
/** Standard */
|
2284
2365
|
Standard = "Standard",
|
2366
|
+
/** Premium */
|
2285
2367
|
Premium = "Premium"
|
2286
2368
|
}
|
2287
2369
|
/**
|
@@ -2297,9 +2379,13 @@ export declare enum KnownSkuName {
|
|
2297
2379
|
export declare type SkuName = string;
|
2298
2380
|
/** Known values of {@link SkuTier} that the service accepts. */
|
2299
2381
|
export declare enum KnownSkuTier {
|
2382
|
+
/** Classic */
|
2300
2383
|
Classic = "Classic",
|
2384
|
+
/** Basic */
|
2301
2385
|
Basic = "Basic",
|
2386
|
+
/** Standard */
|
2302
2387
|
Standard = "Standard",
|
2388
|
+
/** Premium */
|
2303
2389
|
Premium = "Premium"
|
2304
2390
|
}
|
2305
2391
|
/**
|
@@ -2315,7 +2401,9 @@ export declare enum KnownSkuTier {
|
|
2315
2401
|
export declare type SkuTier = string;
|
2316
2402
|
/** Known values of {@link DefaultAction} that the service accepts. */
|
2317
2403
|
export declare enum KnownDefaultAction {
|
2404
|
+
/** Allow */
|
2318
2405
|
Allow = "Allow",
|
2406
|
+
/** Deny */
|
2319
2407
|
Deny = "Deny"
|
2320
2408
|
}
|
2321
2409
|
/**
|
@@ -2329,6 +2417,7 @@ export declare enum KnownDefaultAction {
|
|
2329
2417
|
export declare type DefaultAction = string;
|
2330
2418
|
/** Known values of {@link Action} that the service accepts. */
|
2331
2419
|
export declare enum KnownAction {
|
2420
|
+
/** Allow */
|
2332
2421
|
Allow = "Allow"
|
2333
2422
|
}
|
2334
2423
|
/**
|
@@ -2341,7 +2430,9 @@ export declare enum KnownAction {
|
|
2341
2430
|
export declare type Action = string;
|
2342
2431
|
/** Known values of {@link PolicyStatus} that the service accepts. */
|
2343
2432
|
export declare enum KnownPolicyStatus {
|
2433
|
+
/** Enabled */
|
2344
2434
|
Enabled = "enabled",
|
2435
|
+
/** Disabled */
|
2345
2436
|
Disabled = "disabled"
|
2346
2437
|
}
|
2347
2438
|
/**
|
@@ -2355,6 +2446,7 @@ export declare enum KnownPolicyStatus {
|
|
2355
2446
|
export declare type PolicyStatus = string;
|
2356
2447
|
/** Known values of {@link TrustPolicyType} that the service accepts. */
|
2357
2448
|
export declare enum KnownTrustPolicyType {
|
2449
|
+
/** Notary */
|
2358
2450
|
Notary = "Notary"
|
2359
2451
|
}
|
2360
2452
|
/**
|
@@ -2367,7 +2459,9 @@ export declare enum KnownTrustPolicyType {
|
|
2367
2459
|
export declare type TrustPolicyType = string;
|
2368
2460
|
/** Known values of {@link ExportPolicyStatus} that the service accepts. */
|
2369
2461
|
export declare enum KnownExportPolicyStatus {
|
2462
|
+
/** Enabled */
|
2370
2463
|
Enabled = "enabled",
|
2464
|
+
/** Disabled */
|
2371
2465
|
Disabled = "disabled"
|
2372
2466
|
}
|
2373
2467
|
/**
|
@@ -2379,9 +2473,27 @@ export declare enum KnownExportPolicyStatus {
|
|
2379
2473
|
* **disabled**
|
2380
2474
|
*/
|
2381
2475
|
export declare type ExportPolicyStatus = string;
|
2476
|
+
/** Known values of {@link AzureADAuthenticationAsArmPolicyStatus} that the service accepts. */
|
2477
|
+
export declare enum KnownAzureADAuthenticationAsArmPolicyStatus {
|
2478
|
+
/** Enabled */
|
2479
|
+
Enabled = "enabled",
|
2480
|
+
/** Disabled */
|
2481
|
+
Disabled = "disabled"
|
2482
|
+
}
|
2483
|
+
/**
|
2484
|
+
* Defines values for AzureADAuthenticationAsArmPolicyStatus. \
|
2485
|
+
* {@link KnownAzureADAuthenticationAsArmPolicyStatus} can be used interchangeably with AzureADAuthenticationAsArmPolicyStatus,
|
2486
|
+
* this enum contains the known values that the service supports.
|
2487
|
+
* ### Known values supported by the service
|
2488
|
+
* **enabled** \
|
2489
|
+
* **disabled**
|
2490
|
+
*/
|
2491
|
+
export declare type AzureADAuthenticationAsArmPolicyStatus = string;
|
2382
2492
|
/** Known values of {@link EncryptionStatus} that the service accepts. */
|
2383
2493
|
export declare enum KnownEncryptionStatus {
|
2494
|
+
/** Enabled */
|
2384
2495
|
Enabled = "enabled",
|
2496
|
+
/** Disabled */
|
2385
2497
|
Disabled = "disabled"
|
2386
2498
|
}
|
2387
2499
|
/**
|
@@ -2395,7 +2507,9 @@ export declare enum KnownEncryptionStatus {
|
|
2395
2507
|
export declare type EncryptionStatus = string;
|
2396
2508
|
/** Known values of {@link PublicNetworkAccess} that the service accepts. */
|
2397
2509
|
export declare enum KnownPublicNetworkAccess {
|
2510
|
+
/** Enabled */
|
2398
2511
|
Enabled = "Enabled",
|
2512
|
+
/** Disabled */
|
2399
2513
|
Disabled = "Disabled"
|
2400
2514
|
}
|
2401
2515
|
/**
|
@@ -2409,7 +2523,9 @@ export declare enum KnownPublicNetworkAccess {
|
|
2409
2523
|
export declare type PublicNetworkAccess = string;
|
2410
2524
|
/** Known values of {@link NetworkRuleBypassOptions} that the service accepts. */
|
2411
2525
|
export declare enum KnownNetworkRuleBypassOptions {
|
2526
|
+
/** AzureServices */
|
2412
2527
|
AzureServices = "AzureServices",
|
2528
|
+
/** None */
|
2413
2529
|
None = "None"
|
2414
2530
|
}
|
2415
2531
|
/**
|
@@ -2423,7 +2539,9 @@ export declare enum KnownNetworkRuleBypassOptions {
|
|
2423
2539
|
export declare type NetworkRuleBypassOptions = string;
|
2424
2540
|
/** Known values of {@link ZoneRedundancy} that the service accepts. */
|
2425
2541
|
export declare enum KnownZoneRedundancy {
|
2542
|
+
/** Enabled */
|
2426
2543
|
Enabled = "Enabled",
|
2544
|
+
/** Disabled */
|
2427
2545
|
Disabled = "Disabled"
|
2428
2546
|
}
|
2429
2547
|
/**
|
@@ -2437,7 +2555,9 @@ export declare enum KnownZoneRedundancy {
|
|
2437
2555
|
export declare type ZoneRedundancy = string;
|
2438
2556
|
/** Known values of {@link RegistryUsageUnit} that the service accepts. */
|
2439
2557
|
export declare enum KnownRegistryUsageUnit {
|
2558
|
+
/** Count */
|
2440
2559
|
Count = "Count",
|
2560
|
+
/** Bytes */
|
2441
2561
|
Bytes = "Bytes"
|
2442
2562
|
}
|
2443
2563
|
/**
|
@@ -2451,7 +2571,9 @@ export declare enum KnownRegistryUsageUnit {
|
|
2451
2571
|
export declare type RegistryUsageUnit = string;
|
2452
2572
|
/** Known values of {@link TokenCertificateName} that the service accepts. */
|
2453
2573
|
export declare enum KnownTokenCertificateName {
|
2574
|
+
/** Certificate1 */
|
2454
2575
|
Certificate1 = "certificate1",
|
2576
|
+
/** Certificate2 */
|
2455
2577
|
Certificate2 = "certificate2"
|
2456
2578
|
}
|
2457
2579
|
/**
|
@@ -2465,7 +2587,9 @@ export declare enum KnownTokenCertificateName {
|
|
2465
2587
|
export declare type TokenCertificateName = string;
|
2466
2588
|
/** Known values of {@link TokenPasswordName} that the service accepts. */
|
2467
2589
|
export declare enum KnownTokenPasswordName {
|
2590
|
+
/** Password1 */
|
2468
2591
|
Password1 = "password1",
|
2592
|
+
/** Password2 */
|
2469
2593
|
Password2 = "password2"
|
2470
2594
|
}
|
2471
2595
|
/**
|
@@ -2479,7 +2603,9 @@ export declare enum KnownTokenPasswordName {
|
|
2479
2603
|
export declare type TokenPasswordName = string;
|
2480
2604
|
/** Known values of {@link TokenStatus} that the service accepts. */
|
2481
2605
|
export declare enum KnownTokenStatus {
|
2606
|
+
/** Enabled */
|
2482
2607
|
Enabled = "enabled",
|
2608
|
+
/** Disabled */
|
2483
2609
|
Disabled = "disabled"
|
2484
2610
|
}
|
2485
2611
|
/**
|
@@ -2493,7 +2619,9 @@ export declare enum KnownTokenStatus {
|
|
2493
2619
|
export declare type TokenStatus = string;
|
2494
2620
|
/** Known values of {@link WebhookStatus} that the service accepts. */
|
2495
2621
|
export declare enum KnownWebhookStatus {
|
2622
|
+
/** Enabled */
|
2496
2623
|
Enabled = "enabled",
|
2624
|
+
/** Disabled */
|
2497
2625
|
Disabled = "disabled"
|
2498
2626
|
}
|
2499
2627
|
/**
|
@@ -2507,10 +2635,15 @@ export declare enum KnownWebhookStatus {
|
|
2507
2635
|
export declare type WebhookStatus = string;
|
2508
2636
|
/** Known values of {@link WebhookAction} that the service accepts. */
|
2509
2637
|
export declare enum KnownWebhookAction {
|
2638
|
+
/** Push */
|
2510
2639
|
Push = "push",
|
2640
|
+
/** Delete */
|
2511
2641
|
Delete = "delete",
|
2642
|
+
/** Quarantine */
|
2512
2643
|
Quarantine = "quarantine",
|
2644
|
+
/** ChartPush */
|
2513
2645
|
ChartPush = "chart_push",
|
2646
|
+
/** ChartDelete */
|
2514
2647
|
ChartDelete = "chart_delete"
|
2515
2648
|
}
|
2516
2649
|
/**
|
@@ -2527,7 +2660,9 @@ export declare enum KnownWebhookAction {
|
|
2527
2660
|
export declare type WebhookAction = string;
|
2528
2661
|
/** Known values of {@link OS} that the service accepts. */
|
2529
2662
|
export declare enum KnownOS {
|
2663
|
+
/** Windows */
|
2530
2664
|
Windows = "Windows",
|
2665
|
+
/** Linux */
|
2531
2666
|
Linux = "Linux"
|
2532
2667
|
}
|
2533
2668
|
/**
|
@@ -2541,13 +2676,21 @@ export declare enum KnownOS {
|
|
2541
2676
|
export declare type OS = string;
|
2542
2677
|
/** Known values of {@link RunStatus} that the service accepts. */
|
2543
2678
|
export declare enum KnownRunStatus {
|
2679
|
+
/** Queued */
|
2544
2680
|
Queued = "Queued",
|
2681
|
+
/** Started */
|
2545
2682
|
Started = "Started",
|
2683
|
+
/** Running */
|
2546
2684
|
Running = "Running",
|
2685
|
+
/** Succeeded */
|
2547
2686
|
Succeeded = "Succeeded",
|
2687
|
+
/** Failed */
|
2548
2688
|
Failed = "Failed",
|
2689
|
+
/** Canceled */
|
2549
2690
|
Canceled = "Canceled",
|
2691
|
+
/** Error */
|
2550
2692
|
Error = "Error",
|
2693
|
+
/** Timeout */
|
2551
2694
|
Timeout = "Timeout"
|
2552
2695
|
}
|
2553
2696
|
/**
|
@@ -2567,9 +2710,13 @@ export declare enum KnownRunStatus {
|
|
2567
2710
|
export declare type RunStatus = string;
|
2568
2711
|
/** Known values of {@link RunType} that the service accepts. */
|
2569
2712
|
export declare enum KnownRunType {
|
2713
|
+
/** QuickBuild */
|
2570
2714
|
QuickBuild = "QuickBuild",
|
2715
|
+
/** QuickRun */
|
2571
2716
|
QuickRun = "QuickRun",
|
2717
|
+
/** AutoBuild */
|
2572
2718
|
AutoBuild = "AutoBuild",
|
2719
|
+
/** AutoRun */
|
2573
2720
|
AutoRun = "AutoRun"
|
2574
2721
|
}
|
2575
2722
|
/**
|
@@ -2585,10 +2732,15 @@ export declare enum KnownRunType {
|
|
2585
2732
|
export declare type RunType = string;
|
2586
2733
|
/** Known values of {@link Architecture} that the service accepts. */
|
2587
2734
|
export declare enum KnownArchitecture {
|
2735
|
+
/** Amd64 */
|
2588
2736
|
Amd64 = "amd64",
|
2737
|
+
/** X86 */
|
2589
2738
|
X86 = "x86",
|
2739
|
+
/** ThreeHundredEightySix */
|
2590
2740
|
ThreeHundredEightySix = "386",
|
2741
|
+
/** Arm */
|
2591
2742
|
Arm = "arm",
|
2743
|
+
/** Arm64 */
|
2592
2744
|
Arm64 = "arm64"
|
2593
2745
|
}
|
2594
2746
|
/**
|
@@ -2605,8 +2757,11 @@ export declare enum KnownArchitecture {
|
|
2605
2757
|
export declare type Architecture = string;
|
2606
2758
|
/** Known values of {@link Variant} that the service accepts. */
|
2607
2759
|
export declare enum KnownVariant {
|
2760
|
+
/** V6 */
|
2608
2761
|
V6 = "v6",
|
2762
|
+
/** V7 */
|
2609
2763
|
V7 = "v7",
|
2764
|
+
/** V8 */
|
2610
2765
|
V8 = "v8"
|
2611
2766
|
}
|
2612
2767
|
/**
|
@@ -2621,7 +2776,9 @@ export declare enum KnownVariant {
|
|
2621
2776
|
export declare type Variant = string;
|
2622
2777
|
/** Known values of {@link TaskStatus} that the service accepts. */
|
2623
2778
|
export declare enum KnownTaskStatus {
|
2779
|
+
/** Disabled */
|
2624
2780
|
Disabled = "Disabled",
|
2781
|
+
/** Enabled */
|
2625
2782
|
Enabled = "Enabled"
|
2626
2783
|
}
|
2627
2784
|
/**
|
@@ -2635,8 +2792,11 @@ export declare enum KnownTaskStatus {
|
|
2635
2792
|
export declare type TaskStatus = string;
|
2636
2793
|
/** Known values of {@link StepType} that the service accepts. */
|
2637
2794
|
export declare enum KnownStepType {
|
2795
|
+
/** Docker */
|
2638
2796
|
Docker = "Docker",
|
2797
|
+
/** FileTask */
|
2639
2798
|
FileTask = "FileTask",
|
2799
|
+
/** EncodedTask */
|
2640
2800
|
EncodedTask = "EncodedTask"
|
2641
2801
|
}
|
2642
2802
|
/**
|
@@ -2651,7 +2811,9 @@ export declare enum KnownStepType {
|
|
2651
2811
|
export declare type StepType = string;
|
2652
2812
|
/** Known values of {@link BaseImageDependencyType} that the service accepts. */
|
2653
2813
|
export declare enum KnownBaseImageDependencyType {
|
2814
|
+
/** BuildTime */
|
2654
2815
|
BuildTime = "BuildTime",
|
2816
|
+
/** RunTime */
|
2655
2817
|
RunTime = "RunTime"
|
2656
2818
|
}
|
2657
2819
|
/**
|
@@ -2665,7 +2827,9 @@ export declare enum KnownBaseImageDependencyType {
|
|
2665
2827
|
export declare type BaseImageDependencyType = string;
|
2666
2828
|
/** Known values of {@link SourceControlType} that the service accepts. */
|
2667
2829
|
export declare enum KnownSourceControlType {
|
2830
|
+
/** Github */
|
2668
2831
|
Github = "Github",
|
2832
|
+
/** VisualStudioTeamService */
|
2669
2833
|
VisualStudioTeamService = "VisualStudioTeamService"
|
2670
2834
|
}
|
2671
2835
|
/**
|
@@ -2679,7 +2843,9 @@ export declare enum KnownSourceControlType {
|
|
2679
2843
|
export declare type SourceControlType = string;
|
2680
2844
|
/** Known values of {@link TokenType} that the service accepts. */
|
2681
2845
|
export declare enum KnownTokenType {
|
2846
|
+
/** PAT */
|
2682
2847
|
PAT = "PAT",
|
2848
|
+
/** OAuth */
|
2683
2849
|
OAuth = "OAuth"
|
2684
2850
|
}
|
2685
2851
|
/**
|
@@ -2693,7 +2859,9 @@ export declare enum KnownTokenType {
|
|
2693
2859
|
export declare type TokenType = string;
|
2694
2860
|
/** Known values of {@link SourceTriggerEvent} that the service accepts. */
|
2695
2861
|
export declare enum KnownSourceTriggerEvent {
|
2862
|
+
/** Commit */
|
2696
2863
|
Commit = "commit",
|
2864
|
+
/** Pullrequest */
|
2697
2865
|
Pullrequest = "pullrequest"
|
2698
2866
|
}
|
2699
2867
|
/**
|
@@ -2707,7 +2875,9 @@ export declare enum KnownSourceTriggerEvent {
|
|
2707
2875
|
export declare type SourceTriggerEvent = string;
|
2708
2876
|
/** Known values of {@link BaseImageTriggerType} that the service accepts. */
|
2709
2877
|
export declare enum KnownBaseImageTriggerType {
|
2878
|
+
/** All */
|
2710
2879
|
All = "All",
|
2880
|
+
/** Runtime */
|
2711
2881
|
Runtime = "Runtime"
|
2712
2882
|
}
|
2713
2883
|
/**
|
@@ -2721,7 +2891,9 @@ export declare enum KnownBaseImageTriggerType {
|
|
2721
2891
|
export declare type BaseImageTriggerType = string;
|
2722
2892
|
/** Known values of {@link UpdateTriggerPayloadType} that the service accepts. */
|
2723
2893
|
export declare enum KnownUpdateTriggerPayloadType {
|
2894
|
+
/** Default */
|
2724
2895
|
Default = "Default",
|
2896
|
+
/** Token */
|
2725
2897
|
Token = "Token"
|
2726
2898
|
}
|
2727
2899
|
/**
|
@@ -2735,7 +2907,9 @@ export declare enum KnownUpdateTriggerPayloadType {
|
|
2735
2907
|
export declare type UpdateTriggerPayloadType = string;
|
2736
2908
|
/** Known values of {@link SourceRegistryLoginMode} that the service accepts. */
|
2737
2909
|
export declare enum KnownSourceRegistryLoginMode {
|
2910
|
+
/** None */
|
2738
2911
|
None = "None",
|
2912
|
+
/** Default */
|
2739
2913
|
Default = "Default"
|
2740
2914
|
}
|
2741
2915
|
/**
|
@@ -2749,7 +2923,9 @@ export declare enum KnownSourceRegistryLoginMode {
|
|
2749
2923
|
export declare type SourceRegistryLoginMode = string;
|
2750
2924
|
/** Known values of {@link SecretObjectType} that the service accepts. */
|
2751
2925
|
export declare enum KnownSecretObjectType {
|
2926
|
+
/** Opaque */
|
2752
2927
|
Opaque = "Opaque",
|
2928
|
+
/** Vaultsecret */
|
2753
2929
|
Vaultsecret = "Vaultsecret"
|
2754
2930
|
}
|
2755
2931
|
/**
|