@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
package/src/models/index.ts
CHANGED
@@ -588,20 +588,10 @@ export interface Status {
|
|
588
588
|
export interface NetworkRuleSet {
|
589
589
|
/** The default action of allow or deny when no other rules match. */
|
590
590
|
defaultAction: DefaultAction;
|
591
|
-
/** The virtual network rules. */
|
592
|
-
virtualNetworkRules?: VirtualNetworkRule[];
|
593
591
|
/** The IP ACL rules. */
|
594
592
|
ipRules?: IPRule[];
|
595
593
|
}
|
596
594
|
|
597
|
-
/** Virtual network rule. */
|
598
|
-
export interface VirtualNetworkRule {
|
599
|
-
/** The action of virtual network rule. */
|
600
|
-
action?: Action;
|
601
|
-
/** Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}. */
|
602
|
-
virtualNetworkResourceId: string;
|
603
|
-
}
|
604
|
-
|
605
595
|
/** IP rule with specific IP or IP range in CIDR format. */
|
606
596
|
export interface IPRule {
|
607
597
|
/** The action of IP ACL rule. */
|
@@ -620,6 +610,10 @@ export interface Policies {
|
|
620
610
|
retentionPolicy?: RetentionPolicy;
|
621
611
|
/** The export policy for a container registry. */
|
622
612
|
exportPolicy?: ExportPolicy;
|
613
|
+
/** The policy for using ARM audience token for a container registry. */
|
614
|
+
azureADAuthenticationAsArmPolicy?: AzureADAuthenticationAsArmPolicy;
|
615
|
+
/** The soft delete policy for a container registry. */
|
616
|
+
softDeletePolicy?: SoftDeletePolicy;
|
623
617
|
}
|
624
618
|
|
625
619
|
/** The quarantine policy for a container registry. */
|
@@ -655,6 +649,25 @@ export interface ExportPolicy {
|
|
655
649
|
status?: ExportPolicyStatus;
|
656
650
|
}
|
657
651
|
|
652
|
+
/** The policy for using ARM audience token for a container registry. */
|
653
|
+
export interface AzureADAuthenticationAsArmPolicy {
|
654
|
+
/** The value that indicates whether the policy is enabled or not. */
|
655
|
+
status?: AzureADAuthenticationAsArmPolicyStatus;
|
656
|
+
}
|
657
|
+
|
658
|
+
/** The soft delete policy for a container registry */
|
659
|
+
export interface SoftDeletePolicy {
|
660
|
+
/** The number of days after which a soft-deleted item is permanently deleted. */
|
661
|
+
retentionDays?: number;
|
662
|
+
/**
|
663
|
+
* The timestamp when the policy was last updated.
|
664
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
665
|
+
*/
|
666
|
+
readonly lastUpdatedTime?: Date;
|
667
|
+
/** The value that indicates whether the policy is enabled or not. */
|
668
|
+
status?: PolicyStatus;
|
669
|
+
}
|
670
|
+
|
658
671
|
export interface EncryptionProperty {
|
659
672
|
/** Indicates whether or not the encryption is enabled for container registry. */
|
660
673
|
status?: EncryptionStatus;
|
@@ -1511,6 +1524,23 @@ export interface BaseImageTriggerUpdateParameters {
|
|
1511
1524
|
name: string;
|
1512
1525
|
}
|
1513
1526
|
|
1527
|
+
/** The properties of a storage account for a container registry. Only applicable to Classic SKU. */
|
1528
|
+
export interface StorageAccountProperties {
|
1529
|
+
/** The resource ID of the storage account. */
|
1530
|
+
id: string;
|
1531
|
+
}
|
1532
|
+
|
1533
|
+
/** The properties of a package type. */
|
1534
|
+
export interface PackageType {
|
1535
|
+
/** The name of the package type. */
|
1536
|
+
name?: string;
|
1537
|
+
/**
|
1538
|
+
* The endpoint of the package type.
|
1539
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1540
|
+
*/
|
1541
|
+
readonly endpoint?: string;
|
1542
|
+
}
|
1543
|
+
|
1514
1544
|
/** The Active Directory Object that will be used for authenticating the token of a container registry. */
|
1515
1545
|
export interface ActiveDirectoryObject {
|
1516
1546
|
/** The user/group/application object ID for Active Directory Object that will be used for authenticating the token of a container registry. */
|
@@ -1583,7 +1613,7 @@ export interface OverrideTaskStepProperties {
|
|
1583
1613
|
}
|
1584
1614
|
|
1585
1615
|
/** An object that represents a connected registry for a container registry. */
|
1586
|
-
export
|
1616
|
+
export interface ConnectedRegistry extends ProxyResource {
|
1587
1617
|
/**
|
1588
1618
|
* Provisioning state of the resource.
|
1589
1619
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
@@ -1626,10 +1656,10 @@ export type ConnectedRegistry = ProxyResource & {
|
|
1626
1656
|
readonly statusDetails?: StatusDetailProperties[];
|
1627
1657
|
/** The list of notifications subscription information for the connected registry. */
|
1628
1658
|
notificationsList?: string[];
|
1629
|
-
}
|
1659
|
+
}
|
1630
1660
|
|
1631
1661
|
/** An object that represents an export pipeline for a container registry. */
|
1632
|
-
export
|
1662
|
+
export interface ExportPipeline extends ProxyResource {
|
1633
1663
|
/** The location of the export pipeline. */
|
1634
1664
|
location?: string;
|
1635
1665
|
/** The identity of the export pipeline. */
|
@@ -1643,10 +1673,10 @@ export type ExportPipeline = ProxyResource & {
|
|
1643
1673
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1644
1674
|
*/
|
1645
1675
|
readonly provisioningState?: ProvisioningState;
|
1646
|
-
}
|
1676
|
+
}
|
1647
1677
|
|
1648
1678
|
/** An object that represents an import pipeline for a container registry. */
|
1649
|
-
export
|
1679
|
+
export interface ImportPipeline extends ProxyResource {
|
1650
1680
|
/** The location of the import pipeline. */
|
1651
1681
|
location?: string;
|
1652
1682
|
/** The identity of the import pipeline. */
|
@@ -1662,10 +1692,10 @@ export type ImportPipeline = ProxyResource & {
|
|
1662
1692
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1663
1693
|
*/
|
1664
1694
|
readonly provisioningState?: ProvisioningState;
|
1665
|
-
}
|
1695
|
+
}
|
1666
1696
|
|
1667
1697
|
/** An object that represents a pipeline run for a container registry. */
|
1668
|
-
export
|
1698
|
+
export interface PipelineRun extends ProxyResource {
|
1669
1699
|
/**
|
1670
1700
|
* The provisioning state of a pipeline run.
|
1671
1701
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
@@ -1680,10 +1710,10 @@ export type PipelineRun = ProxyResource & {
|
|
1680
1710
|
readonly response?: PipelineRunResponse;
|
1681
1711
|
/** How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed. */
|
1682
1712
|
forceUpdateTag?: string;
|
1683
|
-
}
|
1713
|
+
}
|
1684
1714
|
|
1685
1715
|
/** An object that represents a private endpoint connection for a container registry. */
|
1686
|
-
export
|
1716
|
+
export interface PrivateEndpointConnection extends ProxyResource {
|
1687
1717
|
/** The resource of private endpoint. */
|
1688
1718
|
privateEndpoint?: PrivateEndpoint;
|
1689
1719
|
/** A collection of information about the state of the connection between service consumer and provider. */
|
@@ -1693,10 +1723,10 @@ export type PrivateEndpointConnection = ProxyResource & {
|
|
1693
1723
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1694
1724
|
*/
|
1695
1725
|
readonly provisioningState?: ProvisioningState;
|
1696
|
-
}
|
1726
|
+
}
|
1697
1727
|
|
1698
1728
|
/** An object that represents a scope map for a container registry. */
|
1699
|
-
export
|
1729
|
+
export interface ScopeMap extends ProxyResource {
|
1700
1730
|
/** The user friendly description of the scope map. */
|
1701
1731
|
description?: string;
|
1702
1732
|
/**
|
@@ -1720,10 +1750,10 @@ export type ScopeMap = ProxyResource & {
|
|
1720
1750
|
* repositories/repository-name/metadata/write
|
1721
1751
|
*/
|
1722
1752
|
actions?: string[];
|
1723
|
-
}
|
1753
|
+
}
|
1724
1754
|
|
1725
1755
|
/** An object that represents a token for a container registry. */
|
1726
|
-
export
|
1756
|
+
export interface Token extends ProxyResource {
|
1727
1757
|
/**
|
1728
1758
|
* The creation date of scope map.
|
1729
1759
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
@@ -1740,10 +1770,10 @@ export type Token = ProxyResource & {
|
|
1740
1770
|
credentials?: TokenCredentialsProperties;
|
1741
1771
|
/** The status of the token example enabled or disabled. */
|
1742
1772
|
status?: TokenStatus;
|
1743
|
-
}
|
1773
|
+
}
|
1744
1774
|
|
1745
1775
|
/** Run resource properties */
|
1746
|
-
export
|
1776
|
+
export interface Run extends ProxyResource {
|
1747
1777
|
/** The unique identifier for the run. */
|
1748
1778
|
runId?: string;
|
1749
1779
|
/** The current status of the run. */
|
@@ -1794,13 +1824,13 @@ export type Run = ProxyResource & {
|
|
1794
1824
|
provisioningState?: ProvisioningState;
|
1795
1825
|
/** The value that indicates whether archiving is enabled or not. */
|
1796
1826
|
isArchiveEnabled?: boolean;
|
1797
|
-
}
|
1827
|
+
}
|
1798
1828
|
|
1799
1829
|
/**
|
1800
1830
|
* The task run that has the ARM resource and properties.
|
1801
1831
|
* The task run will have the information of request and result of a run.
|
1802
1832
|
*/
|
1803
|
-
export
|
1833
|
+
export interface TaskRun extends ProxyResource {
|
1804
1834
|
/** Identity for the resource. */
|
1805
1835
|
identity?: IdentityProperties;
|
1806
1836
|
/** The location of the resource */
|
@@ -1819,10 +1849,10 @@ export type TaskRun = ProxyResource & {
|
|
1819
1849
|
readonly runResult?: Run;
|
1820
1850
|
/** How the run should be forced to rerun even if the run request configuration has not changed */
|
1821
1851
|
forceUpdateTag?: string;
|
1822
|
-
}
|
1852
|
+
}
|
1823
1853
|
|
1824
1854
|
/** An object that represents a container registry. */
|
1825
|
-
export
|
1855
|
+
export interface Registry extends Resource {
|
1826
1856
|
/** The SKU of the container registry. */
|
1827
1857
|
sku: Sku;
|
1828
1858
|
/** The identity of the container registry. */
|
@@ -1875,10 +1905,10 @@ export type Registry = Resource & {
|
|
1875
1905
|
zoneRedundancy?: ZoneRedundancy;
|
1876
1906
|
/** Enables registry-wide pull from unauthenticated clients. */
|
1877
1907
|
anonymousPullEnabled?: boolean;
|
1878
|
-
}
|
1908
|
+
}
|
1879
1909
|
|
1880
1910
|
/** An object that represents a replication for a container registry. */
|
1881
|
-
export
|
1911
|
+
export interface Replication extends Resource {
|
1882
1912
|
/**
|
1883
1913
|
* The provisioning state of the replication at the time the operation was called.
|
1884
1914
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
@@ -1893,10 +1923,10 @@ export type Replication = Resource & {
|
|
1893
1923
|
regionEndpointEnabled?: boolean;
|
1894
1924
|
/** Whether or not zone redundancy is enabled for this container registry replication */
|
1895
1925
|
zoneRedundancy?: ZoneRedundancy;
|
1896
|
-
}
|
1926
|
+
}
|
1897
1927
|
|
1898
1928
|
/** An object that represents a webhook for a container registry. */
|
1899
|
-
export
|
1929
|
+
export interface Webhook extends Resource {
|
1900
1930
|
/** The status of the webhook at the time the operation was called. */
|
1901
1931
|
status?: WebhookStatus;
|
1902
1932
|
/** 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. */
|
@@ -1908,13 +1938,13 @@ export type Webhook = Resource & {
|
|
1908
1938
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1909
1939
|
*/
|
1910
1940
|
readonly provisioningState?: ProvisioningState;
|
1911
|
-
}
|
1941
|
+
}
|
1912
1942
|
|
1913
1943
|
/**
|
1914
1944
|
* The agentpool that has the ARM resource and properties.
|
1915
1945
|
* The agentpool will have all information to create an agent pool.
|
1916
1946
|
*/
|
1917
|
-
export
|
1947
|
+
export interface AgentPool extends Resource {
|
1918
1948
|
/** The count of agent machine */
|
1919
1949
|
count?: number;
|
1920
1950
|
/** The Tier of agent machine */
|
@@ -1928,13 +1958,13 @@ export type AgentPool = Resource & {
|
|
1928
1958
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1929
1959
|
*/
|
1930
1960
|
readonly provisioningState?: ProvisioningState;
|
1931
|
-
}
|
1961
|
+
}
|
1932
1962
|
|
1933
1963
|
/**
|
1934
1964
|
* The task that has the ARM resource and task properties.
|
1935
1965
|
* The task will have all information to schedule a run against it.
|
1936
1966
|
*/
|
1937
|
-
export
|
1967
|
+
export interface Task extends Resource {
|
1938
1968
|
/** Identity for the resource. */
|
1939
1969
|
identity?: IdentityProperties;
|
1940
1970
|
/**
|
@@ -1967,18 +1997,18 @@ export type Task = Resource & {
|
|
1967
1997
|
logTemplate?: string;
|
1968
1998
|
/** The value of this property indicates whether the task resource is system task or not. */
|
1969
1999
|
isSystemTask?: boolean;
|
1970
|
-
}
|
2000
|
+
}
|
1971
2001
|
|
1972
2002
|
/** The event for a webhook. */
|
1973
|
-
export
|
2003
|
+
export interface Event extends EventInfo {
|
1974
2004
|
/** The event request message sent to the service URI. */
|
1975
2005
|
eventRequestMessage?: EventRequestMessage;
|
1976
2006
|
/** The event response message received from the service URI. */
|
1977
2007
|
eventResponseMessage?: EventResponseMessage;
|
1978
|
-
}
|
2008
|
+
}
|
1979
2009
|
|
1980
2010
|
/** The parameters for a docker quick build. */
|
1981
|
-
export
|
2011
|
+
export interface DockerBuildRequest extends RunRequest {
|
1982
2012
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
1983
2013
|
type: "DockerBuildRequest";
|
1984
2014
|
/** The fully qualified image names including the repository and tag. */
|
@@ -2006,10 +2036,10 @@ export type DockerBuildRequest = RunRequest & {
|
|
2006
2036
|
sourceLocation?: string;
|
2007
2037
|
/** The properties that describes a set of credentials that will be used when this run is invoked. */
|
2008
2038
|
credentials?: Credentials;
|
2009
|
-
}
|
2039
|
+
}
|
2010
2040
|
|
2011
2041
|
/** The request parameters for a scheduling run against a task file. */
|
2012
|
-
export
|
2042
|
+
export interface FileTaskRunRequest extends RunRequest {
|
2013
2043
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
2014
2044
|
type: "FileTaskRunRequest";
|
2015
2045
|
/** The template/definition file path relative to the source. */
|
@@ -2031,20 +2061,20 @@ export type FileTaskRunRequest = RunRequest & {
|
|
2031
2061
|
sourceLocation?: string;
|
2032
2062
|
/** The properties that describes a set of credentials that will be used when this run is invoked. */
|
2033
2063
|
credentials?: Credentials;
|
2034
|
-
}
|
2064
|
+
}
|
2035
2065
|
|
2036
2066
|
/** The parameters for a task run request. */
|
2037
|
-
export
|
2067
|
+
export interface TaskRunRequest extends RunRequest {
|
2038
2068
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
2039
2069
|
type: "TaskRunRequest";
|
2040
2070
|
/** The resource ID of task against which run has to be queued. */
|
2041
2071
|
taskId: string;
|
2042
2072
|
/** Set of overridable parameters that can be passed when running a Task. */
|
2043
2073
|
overrideTaskStepProperties?: OverrideTaskStepProperties;
|
2044
|
-
}
|
2074
|
+
}
|
2045
2075
|
|
2046
2076
|
/** The parameters for a quick task run request. */
|
2047
|
-
export
|
2077
|
+
export interface EncodedTaskRunRequest extends RunRequest {
|
2048
2078
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
2049
2079
|
type: "EncodedTaskRunRequest";
|
2050
2080
|
/** Base64 encoded value of the template/definition file content. */
|
@@ -2066,10 +2096,10 @@ export type EncodedTaskRunRequest = RunRequest & {
|
|
2066
2096
|
sourceLocation?: string;
|
2067
2097
|
/** The properties that describes a set of credentials that will be used when this run is invoked. */
|
2068
2098
|
credentials?: Credentials;
|
2069
|
-
}
|
2099
|
+
}
|
2070
2100
|
|
2071
2101
|
/** The Docker build step. */
|
2072
|
-
export
|
2102
|
+
export interface DockerBuildStep extends TaskStepProperties {
|
2073
2103
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
2074
2104
|
type: "Docker";
|
2075
2105
|
/** The fully qualified image names including the repository and tag. */
|
@@ -2084,10 +2114,10 @@ export type DockerBuildStep = TaskStepProperties & {
|
|
2084
2114
|
target?: string;
|
2085
2115
|
/** The collection of override arguments to be used when executing this build step. */
|
2086
2116
|
arguments?: Argument[];
|
2087
|
-
}
|
2117
|
+
}
|
2088
2118
|
|
2089
2119
|
/** The properties of a task step. */
|
2090
|
-
export
|
2120
|
+
export interface FileTaskStep extends TaskStepProperties {
|
2091
2121
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
2092
2122
|
type: "FileTask";
|
2093
2123
|
/** The task template/definition file path relative to the source context. */
|
@@ -2096,10 +2126,10 @@ export type FileTaskStep = TaskStepProperties & {
|
|
2096
2126
|
valuesFilePath?: string;
|
2097
2127
|
/** The collection of overridable values that can be passed when running a task. */
|
2098
2128
|
values?: SetValue[];
|
2099
|
-
}
|
2129
|
+
}
|
2100
2130
|
|
2101
2131
|
/** The properties of a encoded task step. */
|
2102
|
-
export
|
2132
|
+
export interface EncodedTaskStep extends TaskStepProperties {
|
2103
2133
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
2104
2134
|
type: "EncodedTask";
|
2105
2135
|
/** Base64 encoded value of the template/definition file content. */
|
@@ -2108,10 +2138,11 @@ export type EncodedTaskStep = TaskStepProperties & {
|
|
2108
2138
|
encodedValuesContent?: string;
|
2109
2139
|
/** The collection of overridable values that can be passed when running a task. */
|
2110
2140
|
values?: SetValue[];
|
2111
|
-
}
|
2141
|
+
}
|
2112
2142
|
|
2113
2143
|
/** The properties for updating a docker build step. */
|
2114
|
-
export
|
2144
|
+
export interface DockerBuildStepUpdateParameters
|
2145
|
+
extends TaskStepUpdateParameters {
|
2115
2146
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
2116
2147
|
type: "Docker";
|
2117
2148
|
/** The fully qualified image names including the repository and tag. */
|
@@ -2126,10 +2157,10 @@ export type DockerBuildStepUpdateParameters = TaskStepUpdateParameters & {
|
|
2126
2157
|
arguments?: Argument[];
|
2127
2158
|
/** The name of the target build stage for the docker build. */
|
2128
2159
|
target?: string;
|
2129
|
-
}
|
2160
|
+
}
|
2130
2161
|
|
2131
2162
|
/** The properties of updating a task step. */
|
2132
|
-
export
|
2163
|
+
export interface FileTaskStepUpdateParameters extends TaskStepUpdateParameters {
|
2133
2164
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
2134
2165
|
type: "FileTask";
|
2135
2166
|
/** The task template/definition file path relative to the source context. */
|
@@ -2138,10 +2169,11 @@ export type FileTaskStepUpdateParameters = TaskStepUpdateParameters & {
|
|
2138
2169
|
valuesFilePath?: string;
|
2139
2170
|
/** The collection of overridable values that can be passed when running a task. */
|
2140
2171
|
values?: SetValue[];
|
2141
|
-
}
|
2172
|
+
}
|
2142
2173
|
|
2143
2174
|
/** The properties for updating encoded task step. */
|
2144
|
-
export
|
2175
|
+
export interface EncodedTaskStepUpdateParameters
|
2176
|
+
extends TaskStepUpdateParameters {
|
2145
2177
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
2146
2178
|
type: "EncodedTask";
|
2147
2179
|
/** Base64 encoded value of the template/definition file content. */
|
@@ -2150,15 +2182,21 @@ export type EncodedTaskStepUpdateParameters = TaskStepUpdateParameters & {
|
|
2150
2182
|
encodedValuesContent?: string;
|
2151
2183
|
/** The collection of overridable values that can be passed when running a task. */
|
2152
2184
|
values?: SetValue[];
|
2153
|
-
}
|
2185
|
+
}
|
2154
2186
|
|
2155
2187
|
/** Known values of {@link ProvisioningState} that the service accepts. */
|
2156
2188
|
export enum KnownProvisioningState {
|
2189
|
+
/** Creating */
|
2157
2190
|
Creating = "Creating",
|
2191
|
+
/** Updating */
|
2158
2192
|
Updating = "Updating",
|
2193
|
+
/** Deleting */
|
2159
2194
|
Deleting = "Deleting",
|
2195
|
+
/** Succeeded */
|
2160
2196
|
Succeeded = "Succeeded",
|
2197
|
+
/** Failed */
|
2161
2198
|
Failed = "Failed",
|
2199
|
+
/** Canceled */
|
2162
2200
|
Canceled = "Canceled"
|
2163
2201
|
}
|
2164
2202
|
|
@@ -2178,9 +2216,13 @@ export type ProvisioningState = string;
|
|
2178
2216
|
|
2179
2217
|
/** Known values of {@link ConnectedRegistryMode} that the service accepts. */
|
2180
2218
|
export enum KnownConnectedRegistryMode {
|
2219
|
+
/** ReadWrite */
|
2181
2220
|
ReadWrite = "ReadWrite",
|
2221
|
+
/** ReadOnly */
|
2182
2222
|
ReadOnly = "ReadOnly",
|
2223
|
+
/** Registry */
|
2183
2224
|
Registry = "Registry",
|
2225
|
+
/** Mirror */
|
2184
2226
|
Mirror = "Mirror"
|
2185
2227
|
}
|
2186
2228
|
|
@@ -2198,9 +2240,13 @@ export type ConnectedRegistryMode = string;
|
|
2198
2240
|
|
2199
2241
|
/** Known values of {@link ConnectionState} that the service accepts. */
|
2200
2242
|
export enum KnownConnectionState {
|
2243
|
+
/** Online */
|
2201
2244
|
Online = "Online",
|
2245
|
+
/** Offline */
|
2202
2246
|
Offline = "Offline",
|
2247
|
+
/** Syncing */
|
2203
2248
|
Syncing = "Syncing",
|
2249
|
+
/** Unhealthy */
|
2204
2250
|
Unhealthy = "Unhealthy"
|
2205
2251
|
}
|
2206
2252
|
|
@@ -2218,7 +2264,9 @@ export type ConnectionState = string;
|
|
2218
2264
|
|
2219
2265
|
/** Known values of {@link ActivationStatus} that the service accepts. */
|
2220
2266
|
export enum KnownActivationStatus {
|
2267
|
+
/** Active */
|
2221
2268
|
Active = "Active",
|
2269
|
+
/** Inactive */
|
2222
2270
|
Inactive = "Inactive"
|
2223
2271
|
}
|
2224
2272
|
|
@@ -2234,7 +2282,9 @@ export type ActivationStatus = string;
|
|
2234
2282
|
|
2235
2283
|
/** Known values of {@link TlsStatus} that the service accepts. */
|
2236
2284
|
export enum KnownTlsStatus {
|
2285
|
+
/** Enabled */
|
2237
2286
|
Enabled = "Enabled",
|
2287
|
+
/** Disabled */
|
2238
2288
|
Disabled = "Disabled"
|
2239
2289
|
}
|
2240
2290
|
|
@@ -2250,6 +2300,7 @@ export type TlsStatus = string;
|
|
2250
2300
|
|
2251
2301
|
/** Known values of {@link CertificateType} that the service accepts. */
|
2252
2302
|
export enum KnownCertificateType {
|
2303
|
+
/** LocalDirectory */
|
2253
2304
|
LocalDirectory = "LocalDirectory"
|
2254
2305
|
}
|
2255
2306
|
|
@@ -2264,10 +2315,15 @@ export type CertificateType = string;
|
|
2264
2315
|
|
2265
2316
|
/** Known values of {@link LogLevel} that the service accepts. */
|
2266
2317
|
export enum KnownLogLevel {
|
2318
|
+
/** Debug */
|
2267
2319
|
Debug = "Debug",
|
2320
|
+
/** Information */
|
2268
2321
|
Information = "Information",
|
2322
|
+
/** Warning */
|
2269
2323
|
Warning = "Warning",
|
2324
|
+
/** Error */
|
2270
2325
|
Error = "Error",
|
2326
|
+
/** None */
|
2271
2327
|
None = "None"
|
2272
2328
|
}
|
2273
2329
|
|
@@ -2286,7 +2342,9 @@ export type LogLevel = string;
|
|
2286
2342
|
|
2287
2343
|
/** Known values of {@link AuditLogStatus} that the service accepts. */
|
2288
2344
|
export enum KnownAuditLogStatus {
|
2345
|
+
/** Enabled */
|
2289
2346
|
Enabled = "Enabled",
|
2347
|
+
/** Disabled */
|
2290
2348
|
Disabled = "Disabled"
|
2291
2349
|
}
|
2292
2350
|
|
@@ -2302,9 +2360,13 @@ export type AuditLogStatus = string;
|
|
2302
2360
|
|
2303
2361
|
/** Known values of {@link CreatedByType} that the service accepts. */
|
2304
2362
|
export enum KnownCreatedByType {
|
2363
|
+
/** User */
|
2305
2364
|
User = "User",
|
2365
|
+
/** Application */
|
2306
2366
|
Application = "Application",
|
2367
|
+
/** ManagedIdentity */
|
2307
2368
|
ManagedIdentity = "ManagedIdentity",
|
2369
|
+
/** Key */
|
2308
2370
|
Key = "Key"
|
2309
2371
|
}
|
2310
2372
|
|
@@ -2322,9 +2384,13 @@ export type CreatedByType = string;
|
|
2322
2384
|
|
2323
2385
|
/** Known values of {@link LastModifiedByType} that the service accepts. */
|
2324
2386
|
export enum KnownLastModifiedByType {
|
2387
|
+
/** User */
|
2325
2388
|
User = "User",
|
2389
|
+
/** Application */
|
2326
2390
|
Application = "Application",
|
2391
|
+
/** ManagedIdentity */
|
2327
2392
|
ManagedIdentity = "ManagedIdentity",
|
2393
|
+
/** Key */
|
2328
2394
|
Key = "Key"
|
2329
2395
|
}
|
2330
2396
|
|
@@ -2342,9 +2408,13 @@ export type LastModifiedByType = string;
|
|
2342
2408
|
|
2343
2409
|
/** Known values of {@link PipelineOptions} that the service accepts. */
|
2344
2410
|
export enum KnownPipelineOptions {
|
2411
|
+
/** OverwriteTags */
|
2345
2412
|
OverwriteTags = "OverwriteTags",
|
2413
|
+
/** OverwriteBlobs */
|
2346
2414
|
OverwriteBlobs = "OverwriteBlobs",
|
2415
|
+
/** DeleteSourceBlobOnSuccess */
|
2347
2416
|
DeleteSourceBlobOnSuccess = "DeleteSourceBlobOnSuccess",
|
2417
|
+
/** ContinueOnErrors */
|
2348
2418
|
ContinueOnErrors = "ContinueOnErrors"
|
2349
2419
|
}
|
2350
2420
|
|
@@ -2362,7 +2432,9 @@ export type PipelineOptions = string;
|
|
2362
2432
|
|
2363
2433
|
/** Known values of {@link ImportMode} that the service accepts. */
|
2364
2434
|
export enum KnownImportMode {
|
2435
|
+
/** NoForce */
|
2365
2436
|
NoForce = "NoForce",
|
2437
|
+
/** Force */
|
2366
2438
|
Force = "Force"
|
2367
2439
|
}
|
2368
2440
|
|
@@ -2378,6 +2450,7 @@ export type ImportMode = string;
|
|
2378
2450
|
|
2379
2451
|
/** Known values of {@link PipelineSourceType} that the service accepts. */
|
2380
2452
|
export enum KnownPipelineSourceType {
|
2453
|
+
/** AzureStorageBlobContainer */
|
2381
2454
|
AzureStorageBlobContainer = "AzureStorageBlobContainer"
|
2382
2455
|
}
|
2383
2456
|
|
@@ -2392,7 +2465,9 @@ export type PipelineSourceType = string;
|
|
2392
2465
|
|
2393
2466
|
/** Known values of {@link TriggerStatus} that the service accepts. */
|
2394
2467
|
export enum KnownTriggerStatus {
|
2468
|
+
/** Disabled */
|
2395
2469
|
Disabled = "Disabled",
|
2470
|
+
/** Enabled */
|
2396
2471
|
Enabled = "Enabled"
|
2397
2472
|
}
|
2398
2473
|
|
@@ -2408,6 +2483,7 @@ export type TriggerStatus = string;
|
|
2408
2483
|
|
2409
2484
|
/** Known values of {@link PipelineRunSourceType} that the service accepts. */
|
2410
2485
|
export enum KnownPipelineRunSourceType {
|
2486
|
+
/** AzureStorageBlob */
|
2411
2487
|
AzureStorageBlob = "AzureStorageBlob"
|
2412
2488
|
}
|
2413
2489
|
|
@@ -2422,6 +2498,7 @@ export type PipelineRunSourceType = string;
|
|
2422
2498
|
|
2423
2499
|
/** Known values of {@link PipelineRunTargetType} that the service accepts. */
|
2424
2500
|
export enum KnownPipelineRunTargetType {
|
2501
|
+
/** AzureStorageBlob */
|
2425
2502
|
AzureStorageBlob = "AzureStorageBlob"
|
2426
2503
|
}
|
2427
2504
|
|
@@ -2436,9 +2513,13 @@ export type PipelineRunTargetType = string;
|
|
2436
2513
|
|
2437
2514
|
/** Known values of {@link ConnectionStatus} that the service accepts. */
|
2438
2515
|
export enum KnownConnectionStatus {
|
2516
|
+
/** Approved */
|
2439
2517
|
Approved = "Approved",
|
2518
|
+
/** Pending */
|
2440
2519
|
Pending = "Pending",
|
2520
|
+
/** Rejected */
|
2441
2521
|
Rejected = "Rejected",
|
2522
|
+
/** Disconnected */
|
2442
2523
|
Disconnected = "Disconnected"
|
2443
2524
|
}
|
2444
2525
|
|
@@ -2456,7 +2537,9 @@ export type ConnectionStatus = string;
|
|
2456
2537
|
|
2457
2538
|
/** Known values of {@link ActionsRequired} that the service accepts. */
|
2458
2539
|
export enum KnownActionsRequired {
|
2540
|
+
/** None */
|
2459
2541
|
None = "None",
|
2542
|
+
/** Recreate */
|
2460
2543
|
Recreate = "Recreate"
|
2461
2544
|
}
|
2462
2545
|
|
@@ -2472,9 +2555,13 @@ export type ActionsRequired = string;
|
|
2472
2555
|
|
2473
2556
|
/** Known values of {@link SkuName} that the service accepts. */
|
2474
2557
|
export enum KnownSkuName {
|
2558
|
+
/** Classic */
|
2475
2559
|
Classic = "Classic",
|
2560
|
+
/** Basic */
|
2476
2561
|
Basic = "Basic",
|
2562
|
+
/** Standard */
|
2477
2563
|
Standard = "Standard",
|
2564
|
+
/** Premium */
|
2478
2565
|
Premium = "Premium"
|
2479
2566
|
}
|
2480
2567
|
|
@@ -2492,9 +2579,13 @@ export type SkuName = string;
|
|
2492
2579
|
|
2493
2580
|
/** Known values of {@link SkuTier} that the service accepts. */
|
2494
2581
|
export enum KnownSkuTier {
|
2582
|
+
/** Classic */
|
2495
2583
|
Classic = "Classic",
|
2584
|
+
/** Basic */
|
2496
2585
|
Basic = "Basic",
|
2586
|
+
/** Standard */
|
2497
2587
|
Standard = "Standard",
|
2588
|
+
/** Premium */
|
2498
2589
|
Premium = "Premium"
|
2499
2590
|
}
|
2500
2591
|
|
@@ -2512,7 +2603,9 @@ export type SkuTier = string;
|
|
2512
2603
|
|
2513
2604
|
/** Known values of {@link DefaultAction} that the service accepts. */
|
2514
2605
|
export enum KnownDefaultAction {
|
2606
|
+
/** Allow */
|
2515
2607
|
Allow = "Allow",
|
2608
|
+
/** Deny */
|
2516
2609
|
Deny = "Deny"
|
2517
2610
|
}
|
2518
2611
|
|
@@ -2528,6 +2621,7 @@ export type DefaultAction = string;
|
|
2528
2621
|
|
2529
2622
|
/** Known values of {@link Action} that the service accepts. */
|
2530
2623
|
export enum KnownAction {
|
2624
|
+
/** Allow */
|
2531
2625
|
Allow = "Allow"
|
2532
2626
|
}
|
2533
2627
|
|
@@ -2542,7 +2636,9 @@ export type Action = string;
|
|
2542
2636
|
|
2543
2637
|
/** Known values of {@link PolicyStatus} that the service accepts. */
|
2544
2638
|
export enum KnownPolicyStatus {
|
2639
|
+
/** Enabled */
|
2545
2640
|
Enabled = "enabled",
|
2641
|
+
/** Disabled */
|
2546
2642
|
Disabled = "disabled"
|
2547
2643
|
}
|
2548
2644
|
|
@@ -2558,6 +2654,7 @@ export type PolicyStatus = string;
|
|
2558
2654
|
|
2559
2655
|
/** Known values of {@link TrustPolicyType} that the service accepts. */
|
2560
2656
|
export enum KnownTrustPolicyType {
|
2657
|
+
/** Notary */
|
2561
2658
|
Notary = "Notary"
|
2562
2659
|
}
|
2563
2660
|
|
@@ -2572,7 +2669,9 @@ export type TrustPolicyType = string;
|
|
2572
2669
|
|
2573
2670
|
/** Known values of {@link ExportPolicyStatus} that the service accepts. */
|
2574
2671
|
export enum KnownExportPolicyStatus {
|
2672
|
+
/** Enabled */
|
2575
2673
|
Enabled = "enabled",
|
2674
|
+
/** Disabled */
|
2576
2675
|
Disabled = "disabled"
|
2577
2676
|
}
|
2578
2677
|
|
@@ -2586,9 +2685,29 @@ export enum KnownExportPolicyStatus {
|
|
2586
2685
|
*/
|
2587
2686
|
export type ExportPolicyStatus = string;
|
2588
2687
|
|
2688
|
+
/** Known values of {@link AzureADAuthenticationAsArmPolicyStatus} that the service accepts. */
|
2689
|
+
export enum KnownAzureADAuthenticationAsArmPolicyStatus {
|
2690
|
+
/** Enabled */
|
2691
|
+
Enabled = "enabled",
|
2692
|
+
/** Disabled */
|
2693
|
+
Disabled = "disabled"
|
2694
|
+
}
|
2695
|
+
|
2696
|
+
/**
|
2697
|
+
* Defines values for AzureADAuthenticationAsArmPolicyStatus. \
|
2698
|
+
* {@link KnownAzureADAuthenticationAsArmPolicyStatus} can be used interchangeably with AzureADAuthenticationAsArmPolicyStatus,
|
2699
|
+
* this enum contains the known values that the service supports.
|
2700
|
+
* ### Known values supported by the service
|
2701
|
+
* **enabled** \
|
2702
|
+
* **disabled**
|
2703
|
+
*/
|
2704
|
+
export type AzureADAuthenticationAsArmPolicyStatus = string;
|
2705
|
+
|
2589
2706
|
/** Known values of {@link EncryptionStatus} that the service accepts. */
|
2590
2707
|
export enum KnownEncryptionStatus {
|
2708
|
+
/** Enabled */
|
2591
2709
|
Enabled = "enabled",
|
2710
|
+
/** Disabled */
|
2592
2711
|
Disabled = "disabled"
|
2593
2712
|
}
|
2594
2713
|
|
@@ -2604,7 +2723,9 @@ export type EncryptionStatus = string;
|
|
2604
2723
|
|
2605
2724
|
/** Known values of {@link PublicNetworkAccess} that the service accepts. */
|
2606
2725
|
export enum KnownPublicNetworkAccess {
|
2726
|
+
/** Enabled */
|
2607
2727
|
Enabled = "Enabled",
|
2728
|
+
/** Disabled */
|
2608
2729
|
Disabled = "Disabled"
|
2609
2730
|
}
|
2610
2731
|
|
@@ -2620,7 +2741,9 @@ export type PublicNetworkAccess = string;
|
|
2620
2741
|
|
2621
2742
|
/** Known values of {@link NetworkRuleBypassOptions} that the service accepts. */
|
2622
2743
|
export enum KnownNetworkRuleBypassOptions {
|
2744
|
+
/** AzureServices */
|
2623
2745
|
AzureServices = "AzureServices",
|
2746
|
+
/** None */
|
2624
2747
|
None = "None"
|
2625
2748
|
}
|
2626
2749
|
|
@@ -2636,7 +2759,9 @@ export type NetworkRuleBypassOptions = string;
|
|
2636
2759
|
|
2637
2760
|
/** Known values of {@link ZoneRedundancy} that the service accepts. */
|
2638
2761
|
export enum KnownZoneRedundancy {
|
2762
|
+
/** Enabled */
|
2639
2763
|
Enabled = "Enabled",
|
2764
|
+
/** Disabled */
|
2640
2765
|
Disabled = "Disabled"
|
2641
2766
|
}
|
2642
2767
|
|
@@ -2652,7 +2777,9 @@ export type ZoneRedundancy = string;
|
|
2652
2777
|
|
2653
2778
|
/** Known values of {@link RegistryUsageUnit} that the service accepts. */
|
2654
2779
|
export enum KnownRegistryUsageUnit {
|
2780
|
+
/** Count */
|
2655
2781
|
Count = "Count",
|
2782
|
+
/** Bytes */
|
2656
2783
|
Bytes = "Bytes"
|
2657
2784
|
}
|
2658
2785
|
|
@@ -2668,7 +2795,9 @@ export type RegistryUsageUnit = string;
|
|
2668
2795
|
|
2669
2796
|
/** Known values of {@link TokenCertificateName} that the service accepts. */
|
2670
2797
|
export enum KnownTokenCertificateName {
|
2798
|
+
/** Certificate1 */
|
2671
2799
|
Certificate1 = "certificate1",
|
2800
|
+
/** Certificate2 */
|
2672
2801
|
Certificate2 = "certificate2"
|
2673
2802
|
}
|
2674
2803
|
|
@@ -2684,7 +2813,9 @@ export type TokenCertificateName = string;
|
|
2684
2813
|
|
2685
2814
|
/** Known values of {@link TokenPasswordName} that the service accepts. */
|
2686
2815
|
export enum KnownTokenPasswordName {
|
2816
|
+
/** Password1 */
|
2687
2817
|
Password1 = "password1",
|
2818
|
+
/** Password2 */
|
2688
2819
|
Password2 = "password2"
|
2689
2820
|
}
|
2690
2821
|
|
@@ -2700,7 +2831,9 @@ export type TokenPasswordName = string;
|
|
2700
2831
|
|
2701
2832
|
/** Known values of {@link TokenStatus} that the service accepts. */
|
2702
2833
|
export enum KnownTokenStatus {
|
2834
|
+
/** Enabled */
|
2703
2835
|
Enabled = "enabled",
|
2836
|
+
/** Disabled */
|
2704
2837
|
Disabled = "disabled"
|
2705
2838
|
}
|
2706
2839
|
|
@@ -2716,7 +2849,9 @@ export type TokenStatus = string;
|
|
2716
2849
|
|
2717
2850
|
/** Known values of {@link WebhookStatus} that the service accepts. */
|
2718
2851
|
export enum KnownWebhookStatus {
|
2852
|
+
/** Enabled */
|
2719
2853
|
Enabled = "enabled",
|
2854
|
+
/** Disabled */
|
2720
2855
|
Disabled = "disabled"
|
2721
2856
|
}
|
2722
2857
|
|
@@ -2732,10 +2867,15 @@ export type WebhookStatus = string;
|
|
2732
2867
|
|
2733
2868
|
/** Known values of {@link WebhookAction} that the service accepts. */
|
2734
2869
|
export enum KnownWebhookAction {
|
2870
|
+
/** Push */
|
2735
2871
|
Push = "push",
|
2872
|
+
/** Delete */
|
2736
2873
|
Delete = "delete",
|
2874
|
+
/** Quarantine */
|
2737
2875
|
Quarantine = "quarantine",
|
2876
|
+
/** ChartPush */
|
2738
2877
|
ChartPush = "chart_push",
|
2878
|
+
/** ChartDelete */
|
2739
2879
|
ChartDelete = "chart_delete"
|
2740
2880
|
}
|
2741
2881
|
|
@@ -2754,7 +2894,9 @@ export type WebhookAction = string;
|
|
2754
2894
|
|
2755
2895
|
/** Known values of {@link OS} that the service accepts. */
|
2756
2896
|
export enum KnownOS {
|
2897
|
+
/** Windows */
|
2757
2898
|
Windows = "Windows",
|
2899
|
+
/** Linux */
|
2758
2900
|
Linux = "Linux"
|
2759
2901
|
}
|
2760
2902
|
|
@@ -2770,13 +2912,21 @@ export type OS = string;
|
|
2770
2912
|
|
2771
2913
|
/** Known values of {@link RunStatus} that the service accepts. */
|
2772
2914
|
export enum KnownRunStatus {
|
2915
|
+
/** Queued */
|
2773
2916
|
Queued = "Queued",
|
2917
|
+
/** Started */
|
2774
2918
|
Started = "Started",
|
2919
|
+
/** Running */
|
2775
2920
|
Running = "Running",
|
2921
|
+
/** Succeeded */
|
2776
2922
|
Succeeded = "Succeeded",
|
2923
|
+
/** Failed */
|
2777
2924
|
Failed = "Failed",
|
2925
|
+
/** Canceled */
|
2778
2926
|
Canceled = "Canceled",
|
2927
|
+
/** Error */
|
2779
2928
|
Error = "Error",
|
2929
|
+
/** Timeout */
|
2780
2930
|
Timeout = "Timeout"
|
2781
2931
|
}
|
2782
2932
|
|
@@ -2798,9 +2948,13 @@ export type RunStatus = string;
|
|
2798
2948
|
|
2799
2949
|
/** Known values of {@link RunType} that the service accepts. */
|
2800
2950
|
export enum KnownRunType {
|
2951
|
+
/** QuickBuild */
|
2801
2952
|
QuickBuild = "QuickBuild",
|
2953
|
+
/** QuickRun */
|
2802
2954
|
QuickRun = "QuickRun",
|
2955
|
+
/** AutoBuild */
|
2803
2956
|
AutoBuild = "AutoBuild",
|
2957
|
+
/** AutoRun */
|
2804
2958
|
AutoRun = "AutoRun"
|
2805
2959
|
}
|
2806
2960
|
|
@@ -2818,10 +2972,15 @@ export type RunType = string;
|
|
2818
2972
|
|
2819
2973
|
/** Known values of {@link Architecture} that the service accepts. */
|
2820
2974
|
export enum KnownArchitecture {
|
2975
|
+
/** Amd64 */
|
2821
2976
|
Amd64 = "amd64",
|
2977
|
+
/** X86 */
|
2822
2978
|
X86 = "x86",
|
2979
|
+
/** ThreeHundredEightySix */
|
2823
2980
|
ThreeHundredEightySix = "386",
|
2981
|
+
/** Arm */
|
2824
2982
|
Arm = "arm",
|
2983
|
+
/** Arm64 */
|
2825
2984
|
Arm64 = "arm64"
|
2826
2985
|
}
|
2827
2986
|
|
@@ -2840,8 +2999,11 @@ export type Architecture = string;
|
|
2840
2999
|
|
2841
3000
|
/** Known values of {@link Variant} that the service accepts. */
|
2842
3001
|
export enum KnownVariant {
|
3002
|
+
/** V6 */
|
2843
3003
|
V6 = "v6",
|
3004
|
+
/** V7 */
|
2844
3005
|
V7 = "v7",
|
3006
|
+
/** V8 */
|
2845
3007
|
V8 = "v8"
|
2846
3008
|
}
|
2847
3009
|
|
@@ -2858,7 +3020,9 @@ export type Variant = string;
|
|
2858
3020
|
|
2859
3021
|
/** Known values of {@link TaskStatus} that the service accepts. */
|
2860
3022
|
export enum KnownTaskStatus {
|
3023
|
+
/** Disabled */
|
2861
3024
|
Disabled = "Disabled",
|
3025
|
+
/** Enabled */
|
2862
3026
|
Enabled = "Enabled"
|
2863
3027
|
}
|
2864
3028
|
|
@@ -2874,8 +3038,11 @@ export type TaskStatus = string;
|
|
2874
3038
|
|
2875
3039
|
/** Known values of {@link StepType} that the service accepts. */
|
2876
3040
|
export enum KnownStepType {
|
3041
|
+
/** Docker */
|
2877
3042
|
Docker = "Docker",
|
3043
|
+
/** FileTask */
|
2878
3044
|
FileTask = "FileTask",
|
3045
|
+
/** EncodedTask */
|
2879
3046
|
EncodedTask = "EncodedTask"
|
2880
3047
|
}
|
2881
3048
|
|
@@ -2892,7 +3059,9 @@ export type StepType = string;
|
|
2892
3059
|
|
2893
3060
|
/** Known values of {@link BaseImageDependencyType} that the service accepts. */
|
2894
3061
|
export enum KnownBaseImageDependencyType {
|
3062
|
+
/** BuildTime */
|
2895
3063
|
BuildTime = "BuildTime",
|
3064
|
+
/** RunTime */
|
2896
3065
|
RunTime = "RunTime"
|
2897
3066
|
}
|
2898
3067
|
|
@@ -2908,7 +3077,9 @@ export type BaseImageDependencyType = string;
|
|
2908
3077
|
|
2909
3078
|
/** Known values of {@link SourceControlType} that the service accepts. */
|
2910
3079
|
export enum KnownSourceControlType {
|
3080
|
+
/** Github */
|
2911
3081
|
Github = "Github",
|
3082
|
+
/** VisualStudioTeamService */
|
2912
3083
|
VisualStudioTeamService = "VisualStudioTeamService"
|
2913
3084
|
}
|
2914
3085
|
|
@@ -2924,7 +3095,9 @@ export type SourceControlType = string;
|
|
2924
3095
|
|
2925
3096
|
/** Known values of {@link TokenType} that the service accepts. */
|
2926
3097
|
export enum KnownTokenType {
|
3098
|
+
/** PAT */
|
2927
3099
|
PAT = "PAT",
|
3100
|
+
/** OAuth */
|
2928
3101
|
OAuth = "OAuth"
|
2929
3102
|
}
|
2930
3103
|
|
@@ -2940,7 +3113,9 @@ export type TokenType = string;
|
|
2940
3113
|
|
2941
3114
|
/** Known values of {@link SourceTriggerEvent} that the service accepts. */
|
2942
3115
|
export enum KnownSourceTriggerEvent {
|
3116
|
+
/** Commit */
|
2943
3117
|
Commit = "commit",
|
3118
|
+
/** Pullrequest */
|
2944
3119
|
Pullrequest = "pullrequest"
|
2945
3120
|
}
|
2946
3121
|
|
@@ -2956,7 +3131,9 @@ export type SourceTriggerEvent = string;
|
|
2956
3131
|
|
2957
3132
|
/** Known values of {@link BaseImageTriggerType} that the service accepts. */
|
2958
3133
|
export enum KnownBaseImageTriggerType {
|
3134
|
+
/** All */
|
2959
3135
|
All = "All",
|
3136
|
+
/** Runtime */
|
2960
3137
|
Runtime = "Runtime"
|
2961
3138
|
}
|
2962
3139
|
|
@@ -2972,7 +3149,9 @@ export type BaseImageTriggerType = string;
|
|
2972
3149
|
|
2973
3150
|
/** Known values of {@link UpdateTriggerPayloadType} that the service accepts. */
|
2974
3151
|
export enum KnownUpdateTriggerPayloadType {
|
3152
|
+
/** Default */
|
2975
3153
|
Default = "Default",
|
3154
|
+
/** Token */
|
2976
3155
|
Token = "Token"
|
2977
3156
|
}
|
2978
3157
|
|
@@ -2988,7 +3167,9 @@ export type UpdateTriggerPayloadType = string;
|
|
2988
3167
|
|
2989
3168
|
/** Known values of {@link SourceRegistryLoginMode} that the service accepts. */
|
2990
3169
|
export enum KnownSourceRegistryLoginMode {
|
3170
|
+
/** None */
|
2991
3171
|
None = "None",
|
3172
|
+
/** Default */
|
2992
3173
|
Default = "Default"
|
2993
3174
|
}
|
2994
3175
|
|
@@ -3004,7 +3185,9 @@ export type SourceRegistryLoginMode = string;
|
|
3004
3185
|
|
3005
3186
|
/** Known values of {@link SecretObjectType} that the service accepts. */
|
3006
3187
|
export enum KnownSecretObjectType {
|
3188
|
+
/** Opaque */
|
3007
3189
|
Opaque = "Opaque",
|
3190
|
+
/** Vaultsecret */
|
3008
3191
|
Vaultsecret = "Vaultsecret"
|
3009
3192
|
}
|
3010
3193
|
|