@azure/arm-containerregistry 10.1.0-beta.3 → 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 +26 -8
- package/README.md +1 -1
- package/dist/index.js +512 -144
- 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/src/containerRegistryManagementClient.d.ts.map +1 -1
- package/dist-esm/src/containerRegistryManagementClient.js +20 -18
- 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 +185 -50
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +135 -0
- package/dist-esm/src/models/index.js.map +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 +143 -275
- package/src/containerRegistryManagementClient.ts +26 -20
- package/src/index.ts +1 -0
- package/src/models/index.ts +187 -50
- 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 +194 -50
- package/types/tsdoc-metadata.json +1 -1
@@ -1478,7 +1478,7 @@ export interface OverrideTaskStepProperties {
|
|
1478
1478
|
updateTriggerToken?: string;
|
1479
1479
|
}
|
1480
1480
|
/** An object that represents a connected registry for a container registry. */
|
1481
|
-
export
|
1481
|
+
export interface ConnectedRegistry extends ProxyResource {
|
1482
1482
|
/**
|
1483
1483
|
* Provisioning state of the resource.
|
1484
1484
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
@@ -1521,9 +1521,9 @@ export declare type ConnectedRegistry = ProxyResource & {
|
|
1521
1521
|
readonly statusDetails?: StatusDetailProperties[];
|
1522
1522
|
/** The list of notifications subscription information for the connected registry. */
|
1523
1523
|
notificationsList?: string[];
|
1524
|
-
}
|
1524
|
+
}
|
1525
1525
|
/** An object that represents an export pipeline for a container registry. */
|
1526
|
-
export
|
1526
|
+
export interface ExportPipeline extends ProxyResource {
|
1527
1527
|
/** The location of the export pipeline. */
|
1528
1528
|
location?: string;
|
1529
1529
|
/** The identity of the export pipeline. */
|
@@ -1537,9 +1537,9 @@ export declare type ExportPipeline = ProxyResource & {
|
|
1537
1537
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1538
1538
|
*/
|
1539
1539
|
readonly provisioningState?: ProvisioningState;
|
1540
|
-
}
|
1540
|
+
}
|
1541
1541
|
/** An object that represents an import pipeline for a container registry. */
|
1542
|
-
export
|
1542
|
+
export interface ImportPipeline extends ProxyResource {
|
1543
1543
|
/** The location of the import pipeline. */
|
1544
1544
|
location?: string;
|
1545
1545
|
/** The identity of the import pipeline. */
|
@@ -1555,9 +1555,9 @@ export declare type ImportPipeline = ProxyResource & {
|
|
1555
1555
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1556
1556
|
*/
|
1557
1557
|
readonly provisioningState?: ProvisioningState;
|
1558
|
-
}
|
1558
|
+
}
|
1559
1559
|
/** An object that represents a pipeline run for a container registry. */
|
1560
|
-
export
|
1560
|
+
export interface PipelineRun extends ProxyResource {
|
1561
1561
|
/**
|
1562
1562
|
* The provisioning state of a pipeline run.
|
1563
1563
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
@@ -1572,9 +1572,9 @@ export declare type PipelineRun = ProxyResource & {
|
|
1572
1572
|
readonly response?: PipelineRunResponse;
|
1573
1573
|
/** How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed. */
|
1574
1574
|
forceUpdateTag?: string;
|
1575
|
-
}
|
1575
|
+
}
|
1576
1576
|
/** An object that represents a private endpoint connection for a container registry. */
|
1577
|
-
export
|
1577
|
+
export interface PrivateEndpointConnection extends ProxyResource {
|
1578
1578
|
/** The resource of private endpoint. */
|
1579
1579
|
privateEndpoint?: PrivateEndpoint;
|
1580
1580
|
/** A collection of information about the state of the connection between service consumer and provider. */
|
@@ -1584,9 +1584,9 @@ export declare type PrivateEndpointConnection = ProxyResource & {
|
|
1584
1584
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1585
1585
|
*/
|
1586
1586
|
readonly provisioningState?: ProvisioningState;
|
1587
|
-
}
|
1587
|
+
}
|
1588
1588
|
/** An object that represents a scope map for a container registry. */
|
1589
|
-
export
|
1589
|
+
export interface ScopeMap extends ProxyResource {
|
1590
1590
|
/** The user friendly description of the scope map. */
|
1591
1591
|
description?: string;
|
1592
1592
|
/**
|
@@ -1610,9 +1610,9 @@ export declare type ScopeMap = ProxyResource & {
|
|
1610
1610
|
* repositories/repository-name/metadata/write
|
1611
1611
|
*/
|
1612
1612
|
actions?: string[];
|
1613
|
-
}
|
1613
|
+
}
|
1614
1614
|
/** An object that represents a token for a container registry. */
|
1615
|
-
export
|
1615
|
+
export interface Token extends ProxyResource {
|
1616
1616
|
/**
|
1617
1617
|
* The creation date of scope map.
|
1618
1618
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
@@ -1629,9 +1629,9 @@ export declare type Token = ProxyResource & {
|
|
1629
1629
|
credentials?: TokenCredentialsProperties;
|
1630
1630
|
/** The status of the token example enabled or disabled. */
|
1631
1631
|
status?: TokenStatus;
|
1632
|
-
}
|
1632
|
+
}
|
1633
1633
|
/** Run resource properties */
|
1634
|
-
export
|
1634
|
+
export interface Run extends ProxyResource {
|
1635
1635
|
/** The unique identifier for the run. */
|
1636
1636
|
runId?: string;
|
1637
1637
|
/** The current status of the run. */
|
@@ -1682,12 +1682,12 @@ export declare type Run = ProxyResource & {
|
|
1682
1682
|
provisioningState?: ProvisioningState;
|
1683
1683
|
/** The value that indicates whether archiving is enabled or not. */
|
1684
1684
|
isArchiveEnabled?: boolean;
|
1685
|
-
}
|
1685
|
+
}
|
1686
1686
|
/**
|
1687
1687
|
* The task run that has the ARM resource and properties.
|
1688
1688
|
* The task run will have the information of request and result of a run.
|
1689
1689
|
*/
|
1690
|
-
export
|
1690
|
+
export interface TaskRun extends ProxyResource {
|
1691
1691
|
/** Identity for the resource. */
|
1692
1692
|
identity?: IdentityProperties;
|
1693
1693
|
/** The location of the resource */
|
@@ -1706,9 +1706,9 @@ export declare type TaskRun = ProxyResource & {
|
|
1706
1706
|
readonly runResult?: Run;
|
1707
1707
|
/** How the run should be forced to rerun even if the run request configuration has not changed */
|
1708
1708
|
forceUpdateTag?: string;
|
1709
|
-
}
|
1709
|
+
}
|
1710
1710
|
/** An object that represents a container registry. */
|
1711
|
-
export
|
1711
|
+
export interface Registry extends Resource {
|
1712
1712
|
/** The SKU of the container registry. */
|
1713
1713
|
sku: Sku;
|
1714
1714
|
/** The identity of the container registry. */
|
@@ -1761,9 +1761,9 @@ export declare type Registry = Resource & {
|
|
1761
1761
|
zoneRedundancy?: ZoneRedundancy;
|
1762
1762
|
/** Enables registry-wide pull from unauthenticated clients. */
|
1763
1763
|
anonymousPullEnabled?: boolean;
|
1764
|
-
}
|
1764
|
+
}
|
1765
1765
|
/** An object that represents a replication for a container registry. */
|
1766
|
-
export
|
1766
|
+
export interface Replication extends Resource {
|
1767
1767
|
/**
|
1768
1768
|
* The provisioning state of the replication at the time the operation was called.
|
1769
1769
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
@@ -1778,9 +1778,9 @@ export declare type Replication = Resource & {
|
|
1778
1778
|
regionEndpointEnabled?: boolean;
|
1779
1779
|
/** Whether or not zone redundancy is enabled for this container registry replication */
|
1780
1780
|
zoneRedundancy?: ZoneRedundancy;
|
1781
|
-
}
|
1781
|
+
}
|
1782
1782
|
/** An object that represents a webhook for a container registry. */
|
1783
|
-
export
|
1783
|
+
export interface Webhook extends Resource {
|
1784
1784
|
/** The status of the webhook at the time the operation was called. */
|
1785
1785
|
status?: WebhookStatus;
|
1786
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. */
|
@@ -1792,12 +1792,12 @@ export declare type Webhook = Resource & {
|
|
1792
1792
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1793
1793
|
*/
|
1794
1794
|
readonly provisioningState?: ProvisioningState;
|
1795
|
-
}
|
1795
|
+
}
|
1796
1796
|
/**
|
1797
1797
|
* The agentpool that has the ARM resource and properties.
|
1798
1798
|
* The agentpool will have all information to create an agent pool.
|
1799
1799
|
*/
|
1800
|
-
export
|
1800
|
+
export interface AgentPool extends Resource {
|
1801
1801
|
/** The count of agent machine */
|
1802
1802
|
count?: number;
|
1803
1803
|
/** The Tier of agent machine */
|
@@ -1811,12 +1811,12 @@ export declare type AgentPool = Resource & {
|
|
1811
1811
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1812
1812
|
*/
|
1813
1813
|
readonly provisioningState?: ProvisioningState;
|
1814
|
-
}
|
1814
|
+
}
|
1815
1815
|
/**
|
1816
1816
|
* The task that has the ARM resource and task properties.
|
1817
1817
|
* The task will have all information to schedule a run against it.
|
1818
1818
|
*/
|
1819
|
-
export
|
1819
|
+
export interface Task extends Resource {
|
1820
1820
|
/** Identity for the resource. */
|
1821
1821
|
identity?: IdentityProperties;
|
1822
1822
|
/**
|
@@ -1849,16 +1849,16 @@ export declare type Task = Resource & {
|
|
1849
1849
|
logTemplate?: string;
|
1850
1850
|
/** The value of this property indicates whether the task resource is system task or not. */
|
1851
1851
|
isSystemTask?: boolean;
|
1852
|
-
}
|
1852
|
+
}
|
1853
1853
|
/** The event for a webhook. */
|
1854
|
-
export
|
1854
|
+
export interface Event extends EventInfo {
|
1855
1855
|
/** The event request message sent to the service URI. */
|
1856
1856
|
eventRequestMessage?: EventRequestMessage;
|
1857
1857
|
/** The event response message received from the service URI. */
|
1858
1858
|
eventResponseMessage?: EventResponseMessage;
|
1859
|
-
}
|
1859
|
+
}
|
1860
1860
|
/** The parameters for a docker quick build. */
|
1861
|
-
export
|
1861
|
+
export interface DockerBuildRequest extends RunRequest {
|
1862
1862
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
1863
1863
|
type: "DockerBuildRequest";
|
1864
1864
|
/** The fully qualified image names including the repository and tag. */
|
@@ -1886,9 +1886,9 @@ export declare type DockerBuildRequest = RunRequest & {
|
|
1886
1886
|
sourceLocation?: string;
|
1887
1887
|
/** The properties that describes a set of credentials that will be used when this run is invoked. */
|
1888
1888
|
credentials?: Credentials;
|
1889
|
-
}
|
1889
|
+
}
|
1890
1890
|
/** The request parameters for a scheduling run against a task file. */
|
1891
|
-
export
|
1891
|
+
export interface FileTaskRunRequest extends RunRequest {
|
1892
1892
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
1893
1893
|
type: "FileTaskRunRequest";
|
1894
1894
|
/** The template/definition file path relative to the source. */
|
@@ -1910,18 +1910,18 @@ export declare type FileTaskRunRequest = RunRequest & {
|
|
1910
1910
|
sourceLocation?: string;
|
1911
1911
|
/** The properties that describes a set of credentials that will be used when this run is invoked. */
|
1912
1912
|
credentials?: Credentials;
|
1913
|
-
}
|
1913
|
+
}
|
1914
1914
|
/** The parameters for a task run request. */
|
1915
|
-
export
|
1915
|
+
export interface TaskRunRequest extends RunRequest {
|
1916
1916
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
1917
1917
|
type: "TaskRunRequest";
|
1918
1918
|
/** The resource ID of task against which run has to be queued. */
|
1919
1919
|
taskId: string;
|
1920
1920
|
/** Set of overridable parameters that can be passed when running a Task. */
|
1921
1921
|
overrideTaskStepProperties?: OverrideTaskStepProperties;
|
1922
|
-
}
|
1922
|
+
}
|
1923
1923
|
/** The parameters for a quick task run request. */
|
1924
|
-
export
|
1924
|
+
export interface EncodedTaskRunRequest extends RunRequest {
|
1925
1925
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
1926
1926
|
type: "EncodedTaskRunRequest";
|
1927
1927
|
/** Base64 encoded value of the template/definition file content. */
|
@@ -1943,9 +1943,9 @@ export declare type EncodedTaskRunRequest = RunRequest & {
|
|
1943
1943
|
sourceLocation?: string;
|
1944
1944
|
/** The properties that describes a set of credentials that will be used when this run is invoked. */
|
1945
1945
|
credentials?: Credentials;
|
1946
|
-
}
|
1946
|
+
}
|
1947
1947
|
/** The Docker build step. */
|
1948
|
-
export
|
1948
|
+
export interface DockerBuildStep extends TaskStepProperties {
|
1949
1949
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
1950
1950
|
type: "Docker";
|
1951
1951
|
/** The fully qualified image names including the repository and tag. */
|
@@ -1960,9 +1960,9 @@ export declare type DockerBuildStep = TaskStepProperties & {
|
|
1960
1960
|
target?: string;
|
1961
1961
|
/** The collection of override arguments to be used when executing this build step. */
|
1962
1962
|
arguments?: Argument[];
|
1963
|
-
}
|
1963
|
+
}
|
1964
1964
|
/** The properties of a task step. */
|
1965
|
-
export
|
1965
|
+
export interface FileTaskStep extends TaskStepProperties {
|
1966
1966
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
1967
1967
|
type: "FileTask";
|
1968
1968
|
/** The task template/definition file path relative to the source context. */
|
@@ -1971,9 +1971,9 @@ export declare type FileTaskStep = TaskStepProperties & {
|
|
1971
1971
|
valuesFilePath?: string;
|
1972
1972
|
/** The collection of overridable values that can be passed when running a task. */
|
1973
1973
|
values?: SetValue[];
|
1974
|
-
}
|
1974
|
+
}
|
1975
1975
|
/** The properties of a encoded task step. */
|
1976
|
-
export
|
1976
|
+
export interface EncodedTaskStep extends TaskStepProperties {
|
1977
1977
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
1978
1978
|
type: "EncodedTask";
|
1979
1979
|
/** Base64 encoded value of the template/definition file content. */
|
@@ -1982,9 +1982,9 @@ export declare type EncodedTaskStep = TaskStepProperties & {
|
|
1982
1982
|
encodedValuesContent?: string;
|
1983
1983
|
/** The collection of overridable values that can be passed when running a task. */
|
1984
1984
|
values?: SetValue[];
|
1985
|
-
}
|
1985
|
+
}
|
1986
1986
|
/** The properties for updating a docker build step. */
|
1987
|
-
export
|
1987
|
+
export interface DockerBuildStepUpdateParameters extends TaskStepUpdateParameters {
|
1988
1988
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
1989
1989
|
type: "Docker";
|
1990
1990
|
/** The fully qualified image names including the repository and tag. */
|
@@ -1999,9 +1999,9 @@ export declare type DockerBuildStepUpdateParameters = TaskStepUpdateParameters &
|
|
1999
1999
|
arguments?: Argument[];
|
2000
2000
|
/** The name of the target build stage for the docker build. */
|
2001
2001
|
target?: string;
|
2002
|
-
}
|
2002
|
+
}
|
2003
2003
|
/** The properties of updating a task step. */
|
2004
|
-
export
|
2004
|
+
export interface FileTaskStepUpdateParameters extends TaskStepUpdateParameters {
|
2005
2005
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
2006
2006
|
type: "FileTask";
|
2007
2007
|
/** The task template/definition file path relative to the source context. */
|
@@ -2010,9 +2010,9 @@ export declare type FileTaskStepUpdateParameters = TaskStepUpdateParameters & {
|
|
2010
2010
|
valuesFilePath?: string;
|
2011
2011
|
/** The collection of overridable values that can be passed when running a task. */
|
2012
2012
|
values?: SetValue[];
|
2013
|
-
}
|
2013
|
+
}
|
2014
2014
|
/** The properties for updating encoded task step. */
|
2015
|
-
export
|
2015
|
+
export interface EncodedTaskStepUpdateParameters extends TaskStepUpdateParameters {
|
2016
2016
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
2017
2017
|
type: "EncodedTask";
|
2018
2018
|
/** Base64 encoded value of the template/definition file content. */
|
@@ -2021,14 +2021,20 @@ export declare type EncodedTaskStepUpdateParameters = TaskStepUpdateParameters &
|
|
2021
2021
|
encodedValuesContent?: string;
|
2022
2022
|
/** The collection of overridable values that can be passed when running a task. */
|
2023
2023
|
values?: SetValue[];
|
2024
|
-
}
|
2024
|
+
}
|
2025
2025
|
/** Known values of {@link ProvisioningState} that the service accepts. */
|
2026
2026
|
export declare enum KnownProvisioningState {
|
2027
|
+
/** Creating */
|
2027
2028
|
Creating = "Creating",
|
2029
|
+
/** Updating */
|
2028
2030
|
Updating = "Updating",
|
2031
|
+
/** Deleting */
|
2029
2032
|
Deleting = "Deleting",
|
2033
|
+
/** Succeeded */
|
2030
2034
|
Succeeded = "Succeeded",
|
2035
|
+
/** Failed */
|
2031
2036
|
Failed = "Failed",
|
2037
|
+
/** Canceled */
|
2032
2038
|
Canceled = "Canceled"
|
2033
2039
|
}
|
2034
2040
|
/**
|
@@ -2046,9 +2052,13 @@ export declare enum KnownProvisioningState {
|
|
2046
2052
|
export declare type ProvisioningState = string;
|
2047
2053
|
/** Known values of {@link ConnectedRegistryMode} that the service accepts. */
|
2048
2054
|
export declare enum KnownConnectedRegistryMode {
|
2055
|
+
/** ReadWrite */
|
2049
2056
|
ReadWrite = "ReadWrite",
|
2057
|
+
/** ReadOnly */
|
2050
2058
|
ReadOnly = "ReadOnly",
|
2059
|
+
/** Registry */
|
2051
2060
|
Registry = "Registry",
|
2061
|
+
/** Mirror */
|
2052
2062
|
Mirror = "Mirror"
|
2053
2063
|
}
|
2054
2064
|
/**
|
@@ -2064,9 +2074,13 @@ export declare enum KnownConnectedRegistryMode {
|
|
2064
2074
|
export declare type ConnectedRegistryMode = string;
|
2065
2075
|
/** Known values of {@link ConnectionState} that the service accepts. */
|
2066
2076
|
export declare enum KnownConnectionState {
|
2077
|
+
/** Online */
|
2067
2078
|
Online = "Online",
|
2079
|
+
/** Offline */
|
2068
2080
|
Offline = "Offline",
|
2081
|
+
/** Syncing */
|
2069
2082
|
Syncing = "Syncing",
|
2083
|
+
/** Unhealthy */
|
2070
2084
|
Unhealthy = "Unhealthy"
|
2071
2085
|
}
|
2072
2086
|
/**
|
@@ -2082,7 +2096,9 @@ export declare enum KnownConnectionState {
|
|
2082
2096
|
export declare type ConnectionState = string;
|
2083
2097
|
/** Known values of {@link ActivationStatus} that the service accepts. */
|
2084
2098
|
export declare enum KnownActivationStatus {
|
2099
|
+
/** Active */
|
2085
2100
|
Active = "Active",
|
2101
|
+
/** Inactive */
|
2086
2102
|
Inactive = "Inactive"
|
2087
2103
|
}
|
2088
2104
|
/**
|
@@ -2096,7 +2112,9 @@ export declare enum KnownActivationStatus {
|
|
2096
2112
|
export declare type ActivationStatus = string;
|
2097
2113
|
/** Known values of {@link TlsStatus} that the service accepts. */
|
2098
2114
|
export declare enum KnownTlsStatus {
|
2115
|
+
/** Enabled */
|
2099
2116
|
Enabled = "Enabled",
|
2117
|
+
/** Disabled */
|
2100
2118
|
Disabled = "Disabled"
|
2101
2119
|
}
|
2102
2120
|
/**
|
@@ -2110,6 +2128,7 @@ export declare enum KnownTlsStatus {
|
|
2110
2128
|
export declare type TlsStatus = string;
|
2111
2129
|
/** Known values of {@link CertificateType} that the service accepts. */
|
2112
2130
|
export declare enum KnownCertificateType {
|
2131
|
+
/** LocalDirectory */
|
2113
2132
|
LocalDirectory = "LocalDirectory"
|
2114
2133
|
}
|
2115
2134
|
/**
|
@@ -2122,10 +2141,15 @@ export declare enum KnownCertificateType {
|
|
2122
2141
|
export declare type CertificateType = string;
|
2123
2142
|
/** Known values of {@link LogLevel} that the service accepts. */
|
2124
2143
|
export declare enum KnownLogLevel {
|
2144
|
+
/** Debug */
|
2125
2145
|
Debug = "Debug",
|
2146
|
+
/** Information */
|
2126
2147
|
Information = "Information",
|
2148
|
+
/** Warning */
|
2127
2149
|
Warning = "Warning",
|
2150
|
+
/** Error */
|
2128
2151
|
Error = "Error",
|
2152
|
+
/** None */
|
2129
2153
|
None = "None"
|
2130
2154
|
}
|
2131
2155
|
/**
|
@@ -2142,7 +2166,9 @@ export declare enum KnownLogLevel {
|
|
2142
2166
|
export declare type LogLevel = string;
|
2143
2167
|
/** Known values of {@link AuditLogStatus} that the service accepts. */
|
2144
2168
|
export declare enum KnownAuditLogStatus {
|
2169
|
+
/** Enabled */
|
2145
2170
|
Enabled = "Enabled",
|
2171
|
+
/** Disabled */
|
2146
2172
|
Disabled = "Disabled"
|
2147
2173
|
}
|
2148
2174
|
/**
|
@@ -2156,9 +2182,13 @@ export declare enum KnownAuditLogStatus {
|
|
2156
2182
|
export declare type AuditLogStatus = string;
|
2157
2183
|
/** Known values of {@link CreatedByType} that the service accepts. */
|
2158
2184
|
export declare enum KnownCreatedByType {
|
2185
|
+
/** User */
|
2159
2186
|
User = "User",
|
2187
|
+
/** Application */
|
2160
2188
|
Application = "Application",
|
2189
|
+
/** ManagedIdentity */
|
2161
2190
|
ManagedIdentity = "ManagedIdentity",
|
2191
|
+
/** Key */
|
2162
2192
|
Key = "Key"
|
2163
2193
|
}
|
2164
2194
|
/**
|
@@ -2174,9 +2204,13 @@ export declare enum KnownCreatedByType {
|
|
2174
2204
|
export declare type CreatedByType = string;
|
2175
2205
|
/** Known values of {@link LastModifiedByType} that the service accepts. */
|
2176
2206
|
export declare enum KnownLastModifiedByType {
|
2207
|
+
/** User */
|
2177
2208
|
User = "User",
|
2209
|
+
/** Application */
|
2178
2210
|
Application = "Application",
|
2211
|
+
/** ManagedIdentity */
|
2179
2212
|
ManagedIdentity = "ManagedIdentity",
|
2213
|
+
/** Key */
|
2180
2214
|
Key = "Key"
|
2181
2215
|
}
|
2182
2216
|
/**
|
@@ -2192,9 +2226,13 @@ export declare enum KnownLastModifiedByType {
|
|
2192
2226
|
export declare type LastModifiedByType = string;
|
2193
2227
|
/** Known values of {@link PipelineOptions} that the service accepts. */
|
2194
2228
|
export declare enum KnownPipelineOptions {
|
2229
|
+
/** OverwriteTags */
|
2195
2230
|
OverwriteTags = "OverwriteTags",
|
2231
|
+
/** OverwriteBlobs */
|
2196
2232
|
OverwriteBlobs = "OverwriteBlobs",
|
2233
|
+
/** DeleteSourceBlobOnSuccess */
|
2197
2234
|
DeleteSourceBlobOnSuccess = "DeleteSourceBlobOnSuccess",
|
2235
|
+
/** ContinueOnErrors */
|
2198
2236
|
ContinueOnErrors = "ContinueOnErrors"
|
2199
2237
|
}
|
2200
2238
|
/**
|
@@ -2210,7 +2248,9 @@ export declare enum KnownPipelineOptions {
|
|
2210
2248
|
export declare type PipelineOptions = string;
|
2211
2249
|
/** Known values of {@link ImportMode} that the service accepts. */
|
2212
2250
|
export declare enum KnownImportMode {
|
2251
|
+
/** NoForce */
|
2213
2252
|
NoForce = "NoForce",
|
2253
|
+
/** Force */
|
2214
2254
|
Force = "Force"
|
2215
2255
|
}
|
2216
2256
|
/**
|
@@ -2224,6 +2264,7 @@ export declare enum KnownImportMode {
|
|
2224
2264
|
export declare type ImportMode = string;
|
2225
2265
|
/** Known values of {@link PipelineSourceType} that the service accepts. */
|
2226
2266
|
export declare enum KnownPipelineSourceType {
|
2267
|
+
/** AzureStorageBlobContainer */
|
2227
2268
|
AzureStorageBlobContainer = "AzureStorageBlobContainer"
|
2228
2269
|
}
|
2229
2270
|
/**
|
@@ -2236,7 +2277,9 @@ export declare enum KnownPipelineSourceType {
|
|
2236
2277
|
export declare type PipelineSourceType = string;
|
2237
2278
|
/** Known values of {@link TriggerStatus} that the service accepts. */
|
2238
2279
|
export declare enum KnownTriggerStatus {
|
2280
|
+
/** Disabled */
|
2239
2281
|
Disabled = "Disabled",
|
2282
|
+
/** Enabled */
|
2240
2283
|
Enabled = "Enabled"
|
2241
2284
|
}
|
2242
2285
|
/**
|
@@ -2250,6 +2293,7 @@ export declare enum KnownTriggerStatus {
|
|
2250
2293
|
export declare type TriggerStatus = string;
|
2251
2294
|
/** Known values of {@link PipelineRunSourceType} that the service accepts. */
|
2252
2295
|
export declare enum KnownPipelineRunSourceType {
|
2296
|
+
/** AzureStorageBlob */
|
2253
2297
|
AzureStorageBlob = "AzureStorageBlob"
|
2254
2298
|
}
|
2255
2299
|
/**
|
@@ -2262,6 +2306,7 @@ export declare enum KnownPipelineRunSourceType {
|
|
2262
2306
|
export declare type PipelineRunSourceType = string;
|
2263
2307
|
/** Known values of {@link PipelineRunTargetType} that the service accepts. */
|
2264
2308
|
export declare enum KnownPipelineRunTargetType {
|
2309
|
+
/** AzureStorageBlob */
|
2265
2310
|
AzureStorageBlob = "AzureStorageBlob"
|
2266
2311
|
}
|
2267
2312
|
/**
|
@@ -2274,9 +2319,13 @@ export declare enum KnownPipelineRunTargetType {
|
|
2274
2319
|
export declare type PipelineRunTargetType = string;
|
2275
2320
|
/** Known values of {@link ConnectionStatus} that the service accepts. */
|
2276
2321
|
export declare enum KnownConnectionStatus {
|
2322
|
+
/** Approved */
|
2277
2323
|
Approved = "Approved",
|
2324
|
+
/** Pending */
|
2278
2325
|
Pending = "Pending",
|
2326
|
+
/** Rejected */
|
2279
2327
|
Rejected = "Rejected",
|
2328
|
+
/** Disconnected */
|
2280
2329
|
Disconnected = "Disconnected"
|
2281
2330
|
}
|
2282
2331
|
/**
|
@@ -2292,7 +2341,9 @@ export declare enum KnownConnectionStatus {
|
|
2292
2341
|
export declare type ConnectionStatus = string;
|
2293
2342
|
/** Known values of {@link ActionsRequired} that the service accepts. */
|
2294
2343
|
export declare enum KnownActionsRequired {
|
2344
|
+
/** None */
|
2295
2345
|
None = "None",
|
2346
|
+
/** Recreate */
|
2296
2347
|
Recreate = "Recreate"
|
2297
2348
|
}
|
2298
2349
|
/**
|
@@ -2306,9 +2357,13 @@ export declare enum KnownActionsRequired {
|
|
2306
2357
|
export declare type ActionsRequired = string;
|
2307
2358
|
/** Known values of {@link SkuName} that the service accepts. */
|
2308
2359
|
export declare enum KnownSkuName {
|
2360
|
+
/** Classic */
|
2309
2361
|
Classic = "Classic",
|
2362
|
+
/** Basic */
|
2310
2363
|
Basic = "Basic",
|
2364
|
+
/** Standard */
|
2311
2365
|
Standard = "Standard",
|
2366
|
+
/** Premium */
|
2312
2367
|
Premium = "Premium"
|
2313
2368
|
}
|
2314
2369
|
/**
|
@@ -2324,9 +2379,13 @@ export declare enum KnownSkuName {
|
|
2324
2379
|
export declare type SkuName = string;
|
2325
2380
|
/** Known values of {@link SkuTier} that the service accepts. */
|
2326
2381
|
export declare enum KnownSkuTier {
|
2382
|
+
/** Classic */
|
2327
2383
|
Classic = "Classic",
|
2384
|
+
/** Basic */
|
2328
2385
|
Basic = "Basic",
|
2386
|
+
/** Standard */
|
2329
2387
|
Standard = "Standard",
|
2388
|
+
/** Premium */
|
2330
2389
|
Premium = "Premium"
|
2331
2390
|
}
|
2332
2391
|
/**
|
@@ -2342,7 +2401,9 @@ export declare enum KnownSkuTier {
|
|
2342
2401
|
export declare type SkuTier = string;
|
2343
2402
|
/** Known values of {@link DefaultAction} that the service accepts. */
|
2344
2403
|
export declare enum KnownDefaultAction {
|
2404
|
+
/** Allow */
|
2345
2405
|
Allow = "Allow",
|
2406
|
+
/** Deny */
|
2346
2407
|
Deny = "Deny"
|
2347
2408
|
}
|
2348
2409
|
/**
|
@@ -2356,6 +2417,7 @@ export declare enum KnownDefaultAction {
|
|
2356
2417
|
export declare type DefaultAction = string;
|
2357
2418
|
/** Known values of {@link Action} that the service accepts. */
|
2358
2419
|
export declare enum KnownAction {
|
2420
|
+
/** Allow */
|
2359
2421
|
Allow = "Allow"
|
2360
2422
|
}
|
2361
2423
|
/**
|
@@ -2368,7 +2430,9 @@ export declare enum KnownAction {
|
|
2368
2430
|
export declare type Action = string;
|
2369
2431
|
/** Known values of {@link PolicyStatus} that the service accepts. */
|
2370
2432
|
export declare enum KnownPolicyStatus {
|
2433
|
+
/** Enabled */
|
2371
2434
|
Enabled = "enabled",
|
2435
|
+
/** Disabled */
|
2372
2436
|
Disabled = "disabled"
|
2373
2437
|
}
|
2374
2438
|
/**
|
@@ -2382,6 +2446,7 @@ export declare enum KnownPolicyStatus {
|
|
2382
2446
|
export declare type PolicyStatus = string;
|
2383
2447
|
/** Known values of {@link TrustPolicyType} that the service accepts. */
|
2384
2448
|
export declare enum KnownTrustPolicyType {
|
2449
|
+
/** Notary */
|
2385
2450
|
Notary = "Notary"
|
2386
2451
|
}
|
2387
2452
|
/**
|
@@ -2394,7 +2459,9 @@ export declare enum KnownTrustPolicyType {
|
|
2394
2459
|
export declare type TrustPolicyType = string;
|
2395
2460
|
/** Known values of {@link ExportPolicyStatus} that the service accepts. */
|
2396
2461
|
export declare enum KnownExportPolicyStatus {
|
2462
|
+
/** Enabled */
|
2397
2463
|
Enabled = "enabled",
|
2464
|
+
/** Disabled */
|
2398
2465
|
Disabled = "disabled"
|
2399
2466
|
}
|
2400
2467
|
/**
|
@@ -2408,7 +2475,9 @@ export declare enum KnownExportPolicyStatus {
|
|
2408
2475
|
export declare type ExportPolicyStatus = string;
|
2409
2476
|
/** Known values of {@link AzureADAuthenticationAsArmPolicyStatus} that the service accepts. */
|
2410
2477
|
export declare enum KnownAzureADAuthenticationAsArmPolicyStatus {
|
2478
|
+
/** Enabled */
|
2411
2479
|
Enabled = "enabled",
|
2480
|
+
/** Disabled */
|
2412
2481
|
Disabled = "disabled"
|
2413
2482
|
}
|
2414
2483
|
/**
|
@@ -2422,7 +2491,9 @@ export declare enum KnownAzureADAuthenticationAsArmPolicyStatus {
|
|
2422
2491
|
export declare type AzureADAuthenticationAsArmPolicyStatus = string;
|
2423
2492
|
/** Known values of {@link EncryptionStatus} that the service accepts. */
|
2424
2493
|
export declare enum KnownEncryptionStatus {
|
2494
|
+
/** Enabled */
|
2425
2495
|
Enabled = "enabled",
|
2496
|
+
/** Disabled */
|
2426
2497
|
Disabled = "disabled"
|
2427
2498
|
}
|
2428
2499
|
/**
|
@@ -2436,7 +2507,9 @@ export declare enum KnownEncryptionStatus {
|
|
2436
2507
|
export declare type EncryptionStatus = string;
|
2437
2508
|
/** Known values of {@link PublicNetworkAccess} that the service accepts. */
|
2438
2509
|
export declare enum KnownPublicNetworkAccess {
|
2510
|
+
/** Enabled */
|
2439
2511
|
Enabled = "Enabled",
|
2512
|
+
/** Disabled */
|
2440
2513
|
Disabled = "Disabled"
|
2441
2514
|
}
|
2442
2515
|
/**
|
@@ -2450,7 +2523,9 @@ export declare enum KnownPublicNetworkAccess {
|
|
2450
2523
|
export declare type PublicNetworkAccess = string;
|
2451
2524
|
/** Known values of {@link NetworkRuleBypassOptions} that the service accepts. */
|
2452
2525
|
export declare enum KnownNetworkRuleBypassOptions {
|
2526
|
+
/** AzureServices */
|
2453
2527
|
AzureServices = "AzureServices",
|
2528
|
+
/** None */
|
2454
2529
|
None = "None"
|
2455
2530
|
}
|
2456
2531
|
/**
|
@@ -2464,7 +2539,9 @@ export declare enum KnownNetworkRuleBypassOptions {
|
|
2464
2539
|
export declare type NetworkRuleBypassOptions = string;
|
2465
2540
|
/** Known values of {@link ZoneRedundancy} that the service accepts. */
|
2466
2541
|
export declare enum KnownZoneRedundancy {
|
2542
|
+
/** Enabled */
|
2467
2543
|
Enabled = "Enabled",
|
2544
|
+
/** Disabled */
|
2468
2545
|
Disabled = "Disabled"
|
2469
2546
|
}
|
2470
2547
|
/**
|
@@ -2478,7 +2555,9 @@ export declare enum KnownZoneRedundancy {
|
|
2478
2555
|
export declare type ZoneRedundancy = string;
|
2479
2556
|
/** Known values of {@link RegistryUsageUnit} that the service accepts. */
|
2480
2557
|
export declare enum KnownRegistryUsageUnit {
|
2558
|
+
/** Count */
|
2481
2559
|
Count = "Count",
|
2560
|
+
/** Bytes */
|
2482
2561
|
Bytes = "Bytes"
|
2483
2562
|
}
|
2484
2563
|
/**
|
@@ -2492,7 +2571,9 @@ export declare enum KnownRegistryUsageUnit {
|
|
2492
2571
|
export declare type RegistryUsageUnit = string;
|
2493
2572
|
/** Known values of {@link TokenCertificateName} that the service accepts. */
|
2494
2573
|
export declare enum KnownTokenCertificateName {
|
2574
|
+
/** Certificate1 */
|
2495
2575
|
Certificate1 = "certificate1",
|
2576
|
+
/** Certificate2 */
|
2496
2577
|
Certificate2 = "certificate2"
|
2497
2578
|
}
|
2498
2579
|
/**
|
@@ -2506,7 +2587,9 @@ export declare enum KnownTokenCertificateName {
|
|
2506
2587
|
export declare type TokenCertificateName = string;
|
2507
2588
|
/** Known values of {@link TokenPasswordName} that the service accepts. */
|
2508
2589
|
export declare enum KnownTokenPasswordName {
|
2590
|
+
/** Password1 */
|
2509
2591
|
Password1 = "password1",
|
2592
|
+
/** Password2 */
|
2510
2593
|
Password2 = "password2"
|
2511
2594
|
}
|
2512
2595
|
/**
|
@@ -2520,7 +2603,9 @@ export declare enum KnownTokenPasswordName {
|
|
2520
2603
|
export declare type TokenPasswordName = string;
|
2521
2604
|
/** Known values of {@link TokenStatus} that the service accepts. */
|
2522
2605
|
export declare enum KnownTokenStatus {
|
2606
|
+
/** Enabled */
|
2523
2607
|
Enabled = "enabled",
|
2608
|
+
/** Disabled */
|
2524
2609
|
Disabled = "disabled"
|
2525
2610
|
}
|
2526
2611
|
/**
|
@@ -2534,7 +2619,9 @@ export declare enum KnownTokenStatus {
|
|
2534
2619
|
export declare type TokenStatus = string;
|
2535
2620
|
/** Known values of {@link WebhookStatus} that the service accepts. */
|
2536
2621
|
export declare enum KnownWebhookStatus {
|
2622
|
+
/** Enabled */
|
2537
2623
|
Enabled = "enabled",
|
2624
|
+
/** Disabled */
|
2538
2625
|
Disabled = "disabled"
|
2539
2626
|
}
|
2540
2627
|
/**
|
@@ -2548,10 +2635,15 @@ export declare enum KnownWebhookStatus {
|
|
2548
2635
|
export declare type WebhookStatus = string;
|
2549
2636
|
/** Known values of {@link WebhookAction} that the service accepts. */
|
2550
2637
|
export declare enum KnownWebhookAction {
|
2638
|
+
/** Push */
|
2551
2639
|
Push = "push",
|
2640
|
+
/** Delete */
|
2552
2641
|
Delete = "delete",
|
2642
|
+
/** Quarantine */
|
2553
2643
|
Quarantine = "quarantine",
|
2644
|
+
/** ChartPush */
|
2554
2645
|
ChartPush = "chart_push",
|
2646
|
+
/** ChartDelete */
|
2555
2647
|
ChartDelete = "chart_delete"
|
2556
2648
|
}
|
2557
2649
|
/**
|
@@ -2568,7 +2660,9 @@ export declare enum KnownWebhookAction {
|
|
2568
2660
|
export declare type WebhookAction = string;
|
2569
2661
|
/** Known values of {@link OS} that the service accepts. */
|
2570
2662
|
export declare enum KnownOS {
|
2663
|
+
/** Windows */
|
2571
2664
|
Windows = "Windows",
|
2665
|
+
/** Linux */
|
2572
2666
|
Linux = "Linux"
|
2573
2667
|
}
|
2574
2668
|
/**
|
@@ -2582,13 +2676,21 @@ export declare enum KnownOS {
|
|
2582
2676
|
export declare type OS = string;
|
2583
2677
|
/** Known values of {@link RunStatus} that the service accepts. */
|
2584
2678
|
export declare enum KnownRunStatus {
|
2679
|
+
/** Queued */
|
2585
2680
|
Queued = "Queued",
|
2681
|
+
/** Started */
|
2586
2682
|
Started = "Started",
|
2683
|
+
/** Running */
|
2587
2684
|
Running = "Running",
|
2685
|
+
/** Succeeded */
|
2588
2686
|
Succeeded = "Succeeded",
|
2687
|
+
/** Failed */
|
2589
2688
|
Failed = "Failed",
|
2689
|
+
/** Canceled */
|
2590
2690
|
Canceled = "Canceled",
|
2691
|
+
/** Error */
|
2591
2692
|
Error = "Error",
|
2693
|
+
/** Timeout */
|
2592
2694
|
Timeout = "Timeout"
|
2593
2695
|
}
|
2594
2696
|
/**
|
@@ -2608,9 +2710,13 @@ export declare enum KnownRunStatus {
|
|
2608
2710
|
export declare type RunStatus = string;
|
2609
2711
|
/** Known values of {@link RunType} that the service accepts. */
|
2610
2712
|
export declare enum KnownRunType {
|
2713
|
+
/** QuickBuild */
|
2611
2714
|
QuickBuild = "QuickBuild",
|
2715
|
+
/** QuickRun */
|
2612
2716
|
QuickRun = "QuickRun",
|
2717
|
+
/** AutoBuild */
|
2613
2718
|
AutoBuild = "AutoBuild",
|
2719
|
+
/** AutoRun */
|
2614
2720
|
AutoRun = "AutoRun"
|
2615
2721
|
}
|
2616
2722
|
/**
|
@@ -2626,10 +2732,15 @@ export declare enum KnownRunType {
|
|
2626
2732
|
export declare type RunType = string;
|
2627
2733
|
/** Known values of {@link Architecture} that the service accepts. */
|
2628
2734
|
export declare enum KnownArchitecture {
|
2735
|
+
/** Amd64 */
|
2629
2736
|
Amd64 = "amd64",
|
2737
|
+
/** X86 */
|
2630
2738
|
X86 = "x86",
|
2739
|
+
/** ThreeHundredEightySix */
|
2631
2740
|
ThreeHundredEightySix = "386",
|
2741
|
+
/** Arm */
|
2632
2742
|
Arm = "arm",
|
2743
|
+
/** Arm64 */
|
2633
2744
|
Arm64 = "arm64"
|
2634
2745
|
}
|
2635
2746
|
/**
|
@@ -2646,8 +2757,11 @@ export declare enum KnownArchitecture {
|
|
2646
2757
|
export declare type Architecture = string;
|
2647
2758
|
/** Known values of {@link Variant} that the service accepts. */
|
2648
2759
|
export declare enum KnownVariant {
|
2760
|
+
/** V6 */
|
2649
2761
|
V6 = "v6",
|
2762
|
+
/** V7 */
|
2650
2763
|
V7 = "v7",
|
2764
|
+
/** V8 */
|
2651
2765
|
V8 = "v8"
|
2652
2766
|
}
|
2653
2767
|
/**
|
@@ -2662,7 +2776,9 @@ export declare enum KnownVariant {
|
|
2662
2776
|
export declare type Variant = string;
|
2663
2777
|
/** Known values of {@link TaskStatus} that the service accepts. */
|
2664
2778
|
export declare enum KnownTaskStatus {
|
2779
|
+
/** Disabled */
|
2665
2780
|
Disabled = "Disabled",
|
2781
|
+
/** Enabled */
|
2666
2782
|
Enabled = "Enabled"
|
2667
2783
|
}
|
2668
2784
|
/**
|
@@ -2676,8 +2792,11 @@ export declare enum KnownTaskStatus {
|
|
2676
2792
|
export declare type TaskStatus = string;
|
2677
2793
|
/** Known values of {@link StepType} that the service accepts. */
|
2678
2794
|
export declare enum KnownStepType {
|
2795
|
+
/** Docker */
|
2679
2796
|
Docker = "Docker",
|
2797
|
+
/** FileTask */
|
2680
2798
|
FileTask = "FileTask",
|
2799
|
+
/** EncodedTask */
|
2681
2800
|
EncodedTask = "EncodedTask"
|
2682
2801
|
}
|
2683
2802
|
/**
|
@@ -2692,7 +2811,9 @@ export declare enum KnownStepType {
|
|
2692
2811
|
export declare type StepType = string;
|
2693
2812
|
/** Known values of {@link BaseImageDependencyType} that the service accepts. */
|
2694
2813
|
export declare enum KnownBaseImageDependencyType {
|
2814
|
+
/** BuildTime */
|
2695
2815
|
BuildTime = "BuildTime",
|
2816
|
+
/** RunTime */
|
2696
2817
|
RunTime = "RunTime"
|
2697
2818
|
}
|
2698
2819
|
/**
|
@@ -2706,7 +2827,9 @@ export declare enum KnownBaseImageDependencyType {
|
|
2706
2827
|
export declare type BaseImageDependencyType = string;
|
2707
2828
|
/** Known values of {@link SourceControlType} that the service accepts. */
|
2708
2829
|
export declare enum KnownSourceControlType {
|
2830
|
+
/** Github */
|
2709
2831
|
Github = "Github",
|
2832
|
+
/** VisualStudioTeamService */
|
2710
2833
|
VisualStudioTeamService = "VisualStudioTeamService"
|
2711
2834
|
}
|
2712
2835
|
/**
|
@@ -2720,7 +2843,9 @@ export declare enum KnownSourceControlType {
|
|
2720
2843
|
export declare type SourceControlType = string;
|
2721
2844
|
/** Known values of {@link TokenType} that the service accepts. */
|
2722
2845
|
export declare enum KnownTokenType {
|
2846
|
+
/** PAT */
|
2723
2847
|
PAT = "PAT",
|
2848
|
+
/** OAuth */
|
2724
2849
|
OAuth = "OAuth"
|
2725
2850
|
}
|
2726
2851
|
/**
|
@@ -2734,7 +2859,9 @@ export declare enum KnownTokenType {
|
|
2734
2859
|
export declare type TokenType = string;
|
2735
2860
|
/** Known values of {@link SourceTriggerEvent} that the service accepts. */
|
2736
2861
|
export declare enum KnownSourceTriggerEvent {
|
2862
|
+
/** Commit */
|
2737
2863
|
Commit = "commit",
|
2864
|
+
/** Pullrequest */
|
2738
2865
|
Pullrequest = "pullrequest"
|
2739
2866
|
}
|
2740
2867
|
/**
|
@@ -2748,7 +2875,9 @@ export declare enum KnownSourceTriggerEvent {
|
|
2748
2875
|
export declare type SourceTriggerEvent = string;
|
2749
2876
|
/** Known values of {@link BaseImageTriggerType} that the service accepts. */
|
2750
2877
|
export declare enum KnownBaseImageTriggerType {
|
2878
|
+
/** All */
|
2751
2879
|
All = "All",
|
2880
|
+
/** Runtime */
|
2752
2881
|
Runtime = "Runtime"
|
2753
2882
|
}
|
2754
2883
|
/**
|
@@ -2762,7 +2891,9 @@ export declare enum KnownBaseImageTriggerType {
|
|
2762
2891
|
export declare type BaseImageTriggerType = string;
|
2763
2892
|
/** Known values of {@link UpdateTriggerPayloadType} that the service accepts. */
|
2764
2893
|
export declare enum KnownUpdateTriggerPayloadType {
|
2894
|
+
/** Default */
|
2765
2895
|
Default = "Default",
|
2896
|
+
/** Token */
|
2766
2897
|
Token = "Token"
|
2767
2898
|
}
|
2768
2899
|
/**
|
@@ -2776,7 +2907,9 @@ export declare enum KnownUpdateTriggerPayloadType {
|
|
2776
2907
|
export declare type UpdateTriggerPayloadType = string;
|
2777
2908
|
/** Known values of {@link SourceRegistryLoginMode} that the service accepts. */
|
2778
2909
|
export declare enum KnownSourceRegistryLoginMode {
|
2910
|
+
/** None */
|
2779
2911
|
None = "None",
|
2912
|
+
/** Default */
|
2780
2913
|
Default = "Default"
|
2781
2914
|
}
|
2782
2915
|
/**
|
@@ -2790,7 +2923,9 @@ export declare enum KnownSourceRegistryLoginMode {
|
|
2790
2923
|
export declare type SourceRegistryLoginMode = string;
|
2791
2924
|
/** Known values of {@link SecretObjectType} that the service accepts. */
|
2792
2925
|
export declare enum KnownSecretObjectType {
|
2926
|
+
/** Opaque */
|
2793
2927
|
Opaque = "Opaque",
|
2928
|
+
/** Vaultsecret */
|
2794
2929
|
Vaultsecret = "Vaultsecret"
|
2795
2930
|
}
|
2796
2931
|
/**
|