@azure/arm-containerregistry 10.0.0-beta.1 → 10.0.0
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 +6 -20
- package/README.md +4 -0
- package/dist/index.js +3431 -7196
- 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 +5 -9
- package/dist-esm/src/containerRegistryManagementClient.d.ts.map +1 -1
- package/dist-esm/src/containerRegistryManagementClient.js +32 -10
- package/dist-esm/src/containerRegistryManagementClient.js.map +1 -1
- package/dist-esm/src/index.d.ts +0 -1
- package/dist-esm/src/index.d.ts.map +1 -1
- package/dist-esm/src/index.js +0 -1
- package/dist-esm/src/index.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +200 -1116
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +32 -121
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +10 -50
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +320 -1560
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +6 -21
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +38 -158
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/agentPools.d.ts +2 -2
- package/dist-esm/src/operations/agentPools.d.ts.map +1 -1
- package/dist-esm/src/operations/agentPools.js +2 -2
- package/dist-esm/src/operations/agentPools.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +0 -6
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +0 -6
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/operations.d.ts +2 -2
- package/dist-esm/src/operations/operations.d.ts.map +1 -1
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +2 -2
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
- package/dist-esm/src/operations/registries.d.ts +11 -19
- package/dist-esm/src/operations/registries.d.ts.map +1 -1
- package/dist-esm/src/operations/registries.js +31 -84
- package/dist-esm/src/operations/registries.js.map +1 -1
- package/dist-esm/src/operations/replications.d.ts +2 -2
- package/dist-esm/src/operations/replications.d.ts.map +1 -1
- package/dist-esm/src/operations/replications.js +2 -2
- package/dist-esm/src/operations/replications.js.map +1 -1
- package/dist-esm/src/operations/runs.d.ts +2 -2
- package/dist-esm/src/operations/runs.d.ts.map +1 -1
- package/dist-esm/src/operations/runs.js +3 -3
- package/dist-esm/src/operations/runs.js.map +1 -1
- package/dist-esm/src/operations/taskRuns.d.ts +2 -2
- package/dist-esm/src/operations/taskRuns.d.ts.map +1 -1
- package/dist-esm/src/operations/taskRuns.js +2 -2
- package/dist-esm/src/operations/taskRuns.js.map +1 -1
- package/dist-esm/src/operations/tasks.d.ts +2 -2
- package/dist-esm/src/operations/tasks.d.ts.map +1 -1
- package/dist-esm/src/operations/tasks.js +2 -2
- package/dist-esm/src/operations/tasks.js.map +1 -1
- package/dist-esm/src/operations/webhooks.d.ts +2 -2
- package/dist-esm/src/operations/webhooks.d.ts.map +1 -1
- package/dist-esm/src/operations/webhooks.js +2 -2
- package/dist-esm/src/operations/webhooks.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -6
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -6
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/registries.d.ts +9 -17
- package/dist-esm/src/operationsInterfaces/registries.d.ts.map +1 -1
- package/dist-esm/test/containerregistry_examples.d.ts +3 -1
- package/dist-esm/test/containerregistry_examples.d.ts.map +1 -1
- package/dist-esm/test/containerregistry_examples.js +89 -146
- package/dist-esm/test/containerregistry_examples.js.map +1 -1
- package/package.json +5 -4
- package/review/arm-containerregistry.api.md +17 -815
- package/src/containerRegistryManagementClient.ts +44 -27
- package/src/index.ts +0 -1
- package/src/models/index.ts +323 -1385
- package/src/models/mappers.ts +1508 -2838
- package/src/models/parameters.ts +39 -184
- package/src/operations/agentPools.ts +5 -5
- package/src/operations/index.ts +0 -6
- package/src/operations/operations.ts +3 -3
- package/src/operations/privateEndpointConnections.ts +4 -4
- package/src/operations/registries.ts +45 -129
- package/src/operations/replications.ts +5 -5
- package/src/operations/runs.ts +6 -6
- package/src/operations/taskRuns.ts +5 -5
- package/src/operations/tasks.ts +5 -5
- package/src/operations/webhooks.ts +5 -5
- package/src/operationsInterfaces/index.ts +0 -6
- package/src/operationsInterfaces/registries.ts +15 -34
- package/types/arm-containerregistry.d.ts +135 -1592
- package/types/tsdoc-metadata.json +1 -1
- package/dist-esm/src/containerRegistryManagementClientContext.d.ts +0 -15
- package/dist-esm/src/containerRegistryManagementClientContext.d.ts.map +0 -1
- package/dist-esm/src/containerRegistryManagementClientContext.js +0 -48
- package/dist-esm/src/containerRegistryManagementClientContext.js.map +0 -1
- package/dist-esm/src/operations/connectedRegistries.d.ts +0 -115
- package/dist-esm/src/operations/connectedRegistries.d.ts.map +0 -1
- package/dist-esm/src/operations/connectedRegistries.js +0 -503
- package/dist-esm/src/operations/connectedRegistries.js.map +0 -1
- package/dist-esm/src/operations/exportPipelines.d.ts +0 -81
- package/dist-esm/src/operations/exportPipelines.d.ts.map +0 -1
- package/dist-esm/src/operations/exportPipelines.js +0 -316
- package/dist-esm/src/operations/exportPipelines.js.map +0 -1
- package/dist-esm/src/operations/importPipelines.d.ts +0 -81
- package/dist-esm/src/operations/importPipelines.d.ts.map +0 -1
- package/dist-esm/src/operations/importPipelines.js +0 -316
- package/dist-esm/src/operations/importPipelines.js.map +0 -1
- package/dist-esm/src/operations/pipelineRuns.d.ts +0 -81
- package/dist-esm/src/operations/pipelineRuns.d.ts.map +0 -1
- package/dist-esm/src/operations/pipelineRuns.js +0 -316
- package/dist-esm/src/operations/pipelineRuns.js.map +0 -1
- package/dist-esm/src/operations/scopeMaps.d.ts +0 -99
- package/dist-esm/src/operations/scopeMaps.d.ts.map +0 -1
- package/dist-esm/src/operations/scopeMaps.js +0 -405
- package/dist-esm/src/operations/scopeMaps.js.map +0 -1
- package/dist-esm/src/operations/tokens.d.ts +0 -99
- package/dist-esm/src/operations/tokens.d.ts.map +0 -1
- package/dist-esm/src/operations/tokens.js +0 -405
- package/dist-esm/src/operations/tokens.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/connectedRegistries.d.ts +0 -90
- package/dist-esm/src/operationsInterfaces/connectedRegistries.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/connectedRegistries.js +0 -9
- package/dist-esm/src/operationsInterfaces/connectedRegistries.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/exportPipelines.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/exportPipelines.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/exportPipelines.js +0 -9
- package/dist-esm/src/operationsInterfaces/exportPipelines.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/importPipelines.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/importPipelines.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/importPipelines.js +0 -9
- package/dist-esm/src/operationsInterfaces/importPipelines.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/pipelineRuns.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/pipelineRuns.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/pipelineRuns.js +0 -9
- package/dist-esm/src/operationsInterfaces/pipelineRuns.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/scopeMaps.d.ts +0 -74
- package/dist-esm/src/operationsInterfaces/scopeMaps.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/scopeMaps.js +0 -9
- package/dist-esm/src/operationsInterfaces/scopeMaps.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/tokens.d.ts +0 -74
- package/dist-esm/src/operationsInterfaces/tokens.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/tokens.js +0 -9
- package/dist-esm/src/operationsInterfaces/tokens.js.map +0 -1
- package/src/containerRegistryManagementClientContext.ts +0 -68
- package/src/operations/connectedRegistries.ts +0 -718
- package/src/operations/exportPipelines.ts +0 -449
- package/src/operations/importPipelines.ts +0 -449
- package/src/operations/pipelineRuns.ts +0 -449
- package/src/operations/scopeMaps.ts +0 -584
- package/src/operations/tokens.ts +0 -578
- package/src/operationsInterfaces/connectedRegistries.ts +0 -174
- package/src/operationsInterfaces/exportPipelines.ts +0 -109
- package/src/operationsInterfaces/importPipelines.ts +0 -109
- package/src/operationsInterfaces/pipelineRuns.ts +0 -109
- package/src/operationsInterfaces/scopeMaps.ts +0 -147
- package/src/operationsInterfaces/tokens.ts +0 -141
@@ -1,8 +1,10 @@
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
1
2
|
import * as coreAuth from "@azure/core-auth";
|
2
|
-
import {
|
3
|
-
import { ContainerRegistryManagementClientContext } from "./containerRegistryManagementClientContext";
|
3
|
+
import { Registries, Operations, PrivateEndpointConnections, Replications, Webhooks, AgentPools, Runs, TaskRuns, Tasks } from "./operationsInterfaces";
|
4
4
|
import { ContainerRegistryManagementClientOptionalParams } from "./models";
|
5
|
-
export declare class ContainerRegistryManagementClient extends
|
5
|
+
export declare class ContainerRegistryManagementClient extends coreClient.ServiceClient {
|
6
|
+
$host: string;
|
7
|
+
subscriptionId: string;
|
6
8
|
/**
|
7
9
|
* Initializes a new instance of the ContainerRegistryManagementClient class.
|
8
10
|
* @param credentials Subscription credentials which uniquely identify client subscription.
|
@@ -10,16 +12,10 @@ export declare class ContainerRegistryManagementClient extends ContainerRegistry
|
|
10
12
|
* @param options The parameter options
|
11
13
|
*/
|
12
14
|
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ContainerRegistryManagementClientOptionalParams);
|
13
|
-
connectedRegistries: ConnectedRegistries;
|
14
|
-
exportPipelines: ExportPipelines;
|
15
15
|
registries: Registries;
|
16
|
-
importPipelines: ImportPipelines;
|
17
16
|
operations: Operations;
|
18
|
-
pipelineRuns: PipelineRuns;
|
19
17
|
privateEndpointConnections: PrivateEndpointConnections;
|
20
18
|
replications: Replications;
|
21
|
-
scopeMaps: ScopeMaps;
|
22
|
-
tokens: Tokens;
|
23
19
|
webhooks: Webhooks;
|
24
20
|
agentPools: AgentPools;
|
25
21
|
runs: Runs;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"containerRegistryManagementClient.d.ts","sourceRoot":"","sources":["../../src/containerRegistryManagementClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,
|
1
|
+
{"version":3,"file":"containerRegistryManagementClient.d.ts","sourceRoot":"","sources":["../../src/containerRegistryManagementClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAY7C,OAAO,EACL,UAAU,EACV,UAAU,EACV,0BAA0B,EAC1B,YAAY,EACZ,QAAQ,EACR,UAAU,EACV,IAAI,EACJ,QAAQ,EACR,KAAK,EACN,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,+CAA+C,EAAE,MAAM,UAAU,CAAC;AAE3E,qBAAa,iCAAkC,SAAQ,UAAU,CAAC,aAAa;IAC7E,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,EAAE,MAAM,CAAC;IAEvB;;;;;OAKG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,+CAA+C;IAoD3D,UAAU,EAAE,UAAU,CAAC;IACvB,UAAU,EAAE,UAAU,CAAC;IACvB,0BAA0B,EAAE,0BAA0B,CAAC;IACvD,YAAY,EAAE,YAAY,CAAC;IAC3B,QAAQ,EAAE,QAAQ,CAAC;IACnB,UAAU,EAAE,UAAU,CAAC;IACvB,IAAI,EAAE,IAAI,CAAC;IACX,QAAQ,EAAE,QAAQ,CAAC;IACnB,KAAK,EAAE,KAAK,CAAC;CACd"}
|
@@ -5,9 +5,9 @@
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
7
|
*/
|
8
|
-
import
|
9
|
-
import {
|
10
|
-
export class ContainerRegistryManagementClient extends
|
8
|
+
import * as coreClient from "@azure/core-client";
|
9
|
+
import { RegistriesImpl, OperationsImpl, PrivateEndpointConnectionsImpl, ReplicationsImpl, WebhooksImpl, AgentPoolsImpl, RunsImpl, TaskRunsImpl, TasksImpl } from "./operations";
|
10
|
+
export class ContainerRegistryManagementClient extends coreClient.ServiceClient {
|
11
11
|
/**
|
12
12
|
* Initializes a new instance of the ContainerRegistryManagementClient class.
|
13
13
|
* @param credentials Subscription credentials which uniquely identify client subscription.
|
@@ -15,17 +15,39 @@ export class ContainerRegistryManagementClient extends ContainerRegistryManageme
|
|
15
15
|
* @param options The parameter options
|
16
16
|
*/
|
17
17
|
constructor(credentials, subscriptionId, options) {
|
18
|
-
|
19
|
-
|
20
|
-
|
18
|
+
if (credentials === undefined) {
|
19
|
+
throw new Error("'credentials' cannot be null");
|
20
|
+
}
|
21
|
+
if (subscriptionId === undefined) {
|
22
|
+
throw new Error("'subscriptionId' cannot be null");
|
23
|
+
}
|
24
|
+
// Initializing default values for options
|
25
|
+
if (!options) {
|
26
|
+
options = {};
|
27
|
+
}
|
28
|
+
const defaults = {
|
29
|
+
requestContentType: "application/json; charset=utf-8",
|
30
|
+
credential: credentials
|
31
|
+
};
|
32
|
+
const packageDetails = `azsdk-js-arm-containerregistry/10.0.0`;
|
33
|
+
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
34
|
+
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
35
|
+
: `${packageDetails}`;
|
36
|
+
if (!options.credentialScopes) {
|
37
|
+
options.credentialScopes = ["https://management.azure.com/.default"];
|
38
|
+
}
|
39
|
+
const optionsWithDefaults = Object.assign(Object.assign(Object.assign({}, defaults), options), { userAgentOptions: {
|
40
|
+
userAgentPrefix
|
41
|
+
}, baseUri: options.endpoint || "https://management.azure.com" });
|
42
|
+
super(optionsWithDefaults);
|
43
|
+
// Parameter assignments
|
44
|
+
this.subscriptionId = subscriptionId;
|
45
|
+
// Assigning values to Constant parameters
|
46
|
+
this.$host = options.$host || "https://management.azure.com";
|
21
47
|
this.registries = new RegistriesImpl(this);
|
22
|
-
this.importPipelines = new ImportPipelinesImpl(this);
|
23
48
|
this.operations = new OperationsImpl(this);
|
24
|
-
this.pipelineRuns = new PipelineRunsImpl(this);
|
25
49
|
this.privateEndpointConnections = new PrivateEndpointConnectionsImpl(this);
|
26
50
|
this.replications = new ReplicationsImpl(this);
|
27
|
-
this.scopeMaps = new ScopeMapsImpl(this);
|
28
|
-
this.tokens = new TokensImpl(this);
|
29
51
|
this.webhooks = new WebhooksImpl(this);
|
30
52
|
this.agentPools = new AgentPoolsImpl(this);
|
31
53
|
this.runs = new RunsImpl(this);
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"containerRegistryManagementClient.js","sourceRoot":"","sources":["../../src/containerRegistryManagementClient.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;
|
1
|
+
{"version":3,"file":"containerRegistryManagementClient.js","sourceRoot":"","sources":["../../src/containerRegistryManagementClient.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,OAAO,EACL,cAAc,EACd,cAAc,EACd,8BAA8B,EAC9B,gBAAgB,EAChB,YAAY,EACZ,cAAc,EACd,QAAQ,EACR,YAAY,EACZ,SAAS,EACV,MAAM,cAAc,CAAC;AActB,MAAM,OAAO,iCAAkC,SAAQ,UAAU,CAAC,aAAa;IAI7E;;;;;OAKG;IACH,YACE,WAAqC,EACrC,cAAsB,EACtB,OAAyD;QAEzD,IAAI,WAAW,KAAK,SAAS,EAAE;YAC7B,MAAM,IAAI,KAAK,CAAC,8BAA8B,CAAC,CAAC;SACjD;QACD,IAAI,cAAc,KAAK,SAAS,EAAE;YAChC,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;SACpD;QAED,0CAA0C;QAC1C,IAAI,CAAC,OAAO,EAAE;YACZ,OAAO,GAAG,EAAE,CAAC;SACd;QACD,MAAM,QAAQ,GAAoD;YAChE,kBAAkB,EAAE,iCAAiC;YACrD,UAAU,EAAE,WAAW;SACxB,CAAC;QAEF,MAAM,cAAc,GAAG,uCAAuC,CAAC;QAC/D,MAAM,eAAe,GACnB,OAAO,CAAC,gBAAgB,IAAI,OAAO,CAAC,gBAAgB,CAAC,eAAe;YAClE,CAAC,CAAC,GAAG,OAAO,CAAC,gBAAgB,CAAC,eAAe,IAAI,cAAc,EAAE;YACjE,CAAC,CAAC,GAAG,cAAc,EAAE,CAAC;QAE1B,IAAI,CAAC,OAAO,CAAC,gBAAgB,EAAE;YAC7B,OAAO,CAAC,gBAAgB,GAAG,CAAC,uCAAuC,CAAC,CAAC;SACtE;QACD,MAAM,mBAAmB,iDACpB,QAAQ,GACR,OAAO,KACV,gBAAgB,EAAE;gBAChB,eAAe;aAChB,EACD,OAAO,EAAE,OAAO,CAAC,QAAQ,IAAI,8BAA8B,GAC5D,CAAC;QACF,KAAK,CAAC,mBAAmB,CAAC,CAAC;QAC3B,wBAAwB;QACxB,IAAI,CAAC,cAAc,GAAG,cAAc,CAAC;QAErC,0CAA0C;QAC1C,IAAI,CAAC,KAAK,GAAG,OAAO,CAAC,KAAK,IAAI,8BAA8B,CAAC;QAC7D,IAAI,CAAC,UAAU,GAAG,IAAI,cAAc,CAAC,IAAI,CAAC,CAAC;QAC3C,IAAI,CAAC,UAAU,GAAG,IAAI,cAAc,CAAC,IAAI,CAAC,CAAC;QAC3C,IAAI,CAAC,0BAA0B,GAAG,IAAI,8BAA8B,CAAC,IAAI,CAAC,CAAC;QAC3E,IAAI,CAAC,YAAY,GAAG,IAAI,gBAAgB,CAAC,IAAI,CAAC,CAAC;QAC/C,IAAI,CAAC,QAAQ,GAAG,IAAI,YAAY,CAAC,IAAI,CAAC,CAAC;QACvC,IAAI,CAAC,UAAU,GAAG,IAAI,cAAc,CAAC,IAAI,CAAC,CAAC;QAC3C,IAAI,CAAC,IAAI,GAAG,IAAI,QAAQ,CAAC,IAAI,CAAC,CAAC;QAC/B,IAAI,CAAC,QAAQ,GAAG,IAAI,YAAY,CAAC,IAAI,CAAC,CAAC;QACvC,IAAI,CAAC,KAAK,GAAG,IAAI,SAAS,CAAC,IAAI,CAAC,CAAC;IACnC,CAAC;CAWF"}
|
package/dist-esm/src/index.d.ts
CHANGED
@@ -1,6 +1,5 @@
|
|
1
1
|
/// <reference lib="esnext.asynciterable" />
|
2
2
|
export * from "./models";
|
3
3
|
export { ContainerRegistryManagementClient } from "./containerRegistryManagementClient";
|
4
|
-
export { ContainerRegistryManagementClientContext } from "./containerRegistryManagementClientContext";
|
5
4
|
export * from "./operationsInterfaces";
|
6
5
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AASA,cAAc,UAAU,CAAC;AACzB,OAAO,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AACxF,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AASA,cAAc,UAAU,CAAC;AACzB,OAAO,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AACxF,cAAc,wBAAwB,CAAC"}
|
package/dist-esm/src/index.js
CHANGED
@@ -8,6 +8,5 @@
|
|
8
8
|
/// <reference lib="esnext.asynciterable" />
|
9
9
|
export * from "./models";
|
10
10
|
export { ContainerRegistryManagementClient } from "./containerRegistryManagementClient";
|
11
|
-
export { ContainerRegistryManagementClientContext } from "./containerRegistryManagementClientContext";
|
12
11
|
export * from "./operationsInterfaces";
|
13
12
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,4CAA4C;AAC5C,cAAc,UAAU,CAAC;AACzB,OAAO,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AACxF,
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,4CAA4C;AAC5C,cAAc,UAAU,CAAC;AACzB,OAAO,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AACxF,cAAc,wBAAwB,CAAC"}
|