@pulumi/artifactory 2.6.0 → 2.6.1
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/goRepository.d.ts +6 -6
- package/mavenRepository.d.ts +6 -6
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/remoteAlpineRepository.d.ts +6 -6
- package/remoteBowerRepository.d.ts +6 -6
- package/remoteCargoRepository.d.ts +6 -6
- package/remoteChefRepository.d.ts +6 -6
- package/remoteCocoapodsRepository.d.ts +6 -6
- package/remoteComposerRepository.d.ts +6 -6
- package/remoteConanRepository.d.ts +6 -6
- package/remoteCondaRepository.d.ts +6 -6
- package/remoteCranRepository.d.ts +6 -6
- package/remoteDebianRepository.d.ts +6 -6
- package/remoteDockerRepository.d.ts +6 -6
- package/remoteGemsRepository.d.ts +6 -6
- package/remoteGenericRepository.d.ts +6 -6
- package/remoteGitlfsRepository.d.ts +6 -6
- package/remoteGoRepository.d.ts +6 -6
- package/remoteGradleRepository.d.ts +6 -6
- package/remoteHelmRepository.d.ts +6 -6
- package/remoteIvyRepository.d.ts +6 -6
- package/remoteMavenRepository.d.ts +6 -6
- package/remoteNpmRepository.d.ts +6 -6
- package/remoteNugetRepository.d.ts +6 -6
- package/remoteOpkgRepository.d.ts +6 -6
- package/remoteP2Repository.d.ts +6 -6
- package/remotePubRepository.d.ts +6 -6
- package/remotePuppetRepository.d.ts +6 -6
- package/remotePypiRepository.d.ts +6 -6
- package/remoteRpmRepository.d.ts +6 -6
- package/remoteSbtRepository.d.ts +6 -6
- package/remoteSwiftRepository.d.ts +6 -6
- package/remoteTerraformRepository.d.ts +6 -6
- package/remoteVcsRepository.d.ts +6 -6
- package/virtualAlpineRepository.d.ts +6 -6
- package/virtualBowerRepository.d.ts +6 -6
- package/virtualChefRepository.d.ts +6 -6
- package/virtualComposerRepository.d.ts +6 -6
- package/virtualConanRepository.d.ts +6 -6
- package/virtualCondaRepository.d.ts +6 -6
- package/virtualCranRepository.d.ts +6 -6
- package/virtualDebianRepository.d.ts +6 -6
- package/virtualDockerRepository.d.ts +6 -6
- package/virtualGemsRepository.d.ts +6 -6
- package/virtualGenericRepository.d.ts +6 -6
- package/virtualGitlfsRepository.d.ts +6 -6
- package/virtualGradleRepository.d.ts +6 -6
- package/virtualHelmRepository.d.ts +6 -6
- package/virtualIvyRepository.d.ts +6 -6
- package/virtualNpmRepository.d.ts +6 -6
- package/virtualNugetRepository.d.ts +6 -6
- package/virtualP2Repository.d.ts +6 -6
- package/virtualPubRepository.d.ts +6 -6
- package/virtualPuppetRepository.d.ts +6 -6
- package/virtualPypiRepository.d.ts +6 -6
- package/virtualRpmRepository.d.ts +6 -6
- package/virtualSbtRepository.d.ts +6 -6
- package/virtualSwiftRepository.d.ts +6 -6
- package/virtualTerraformRepository.d.ts +6 -6
|
@@ -85,8 +85,8 @@ export declare class VirtualPypiRepository extends pulumi.CustomResource {
|
|
|
85
85
|
*/
|
|
86
86
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
87
87
|
/**
|
|
88
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
89
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
88
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
89
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
90
90
|
*/
|
|
91
91
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
92
92
|
/**
|
|
@@ -157,8 +157,8 @@ export interface VirtualPypiRepositoryState {
|
|
|
157
157
|
*/
|
|
158
158
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
159
159
|
/**
|
|
160
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
161
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
160
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
161
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
162
162
|
*/
|
|
163
163
|
projectKey?: pulumi.Input<string>;
|
|
164
164
|
/**
|
|
@@ -217,8 +217,8 @@ export interface VirtualPypiRepositoryArgs {
|
|
|
217
217
|
*/
|
|
218
218
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
219
219
|
/**
|
|
220
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
221
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
220
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
221
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
222
222
|
*/
|
|
223
223
|
projectKey?: pulumi.Input<string>;
|
|
224
224
|
/**
|
|
@@ -106,8 +106,8 @@ export declare class VirtualRpmRepository extends pulumi.CustomResource {
|
|
|
106
106
|
*/
|
|
107
107
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
108
108
|
/**
|
|
109
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
110
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
109
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
110
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
111
111
|
*/
|
|
112
112
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
113
113
|
/**
|
|
@@ -186,8 +186,8 @@ export interface VirtualRpmRepositoryState {
|
|
|
186
186
|
*/
|
|
187
187
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
188
188
|
/**
|
|
189
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
190
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
189
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
190
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
191
191
|
*/
|
|
192
192
|
projectKey?: pulumi.Input<string>;
|
|
193
193
|
/**
|
|
@@ -254,8 +254,8 @@ export interface VirtualRpmRepositoryArgs {
|
|
|
254
254
|
*/
|
|
255
255
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
256
256
|
/**
|
|
257
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
258
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
257
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
258
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
259
259
|
*/
|
|
260
260
|
projectKey?: pulumi.Input<string>;
|
|
261
261
|
/**
|
|
@@ -101,8 +101,8 @@ export declare class VirtualSbtRepository extends pulumi.CustomResource {
|
|
|
101
101
|
*/
|
|
102
102
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
103
103
|
/**
|
|
104
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
105
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
104
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
105
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
106
106
|
*/
|
|
107
107
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
108
108
|
/**
|
|
@@ -188,8 +188,8 @@ export interface VirtualSbtRepositoryState {
|
|
|
188
188
|
*/
|
|
189
189
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
190
190
|
/**
|
|
191
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
192
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
191
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
192
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
193
193
|
*/
|
|
194
194
|
projectKey?: pulumi.Input<string>;
|
|
195
195
|
/**
|
|
@@ -263,8 +263,8 @@ export interface VirtualSbtRepositoryArgs {
|
|
|
263
263
|
*/
|
|
264
264
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
265
265
|
/**
|
|
266
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
267
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
266
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
267
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
268
268
|
*/
|
|
269
269
|
projectKey?: pulumi.Input<string>;
|
|
270
270
|
/**
|
|
@@ -69,8 +69,8 @@ export declare class VirtualSwiftRepository extends pulumi.CustomResource {
|
|
|
69
69
|
*/
|
|
70
70
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
71
71
|
/**
|
|
72
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
73
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
72
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
73
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
74
74
|
*/
|
|
75
75
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
76
76
|
/**
|
|
@@ -141,8 +141,8 @@ export interface VirtualSwiftRepositoryState {
|
|
|
141
141
|
*/
|
|
142
142
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
143
143
|
/**
|
|
144
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
145
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
144
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
145
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
146
146
|
*/
|
|
147
147
|
projectKey?: pulumi.Input<string>;
|
|
148
148
|
/**
|
|
@@ -201,8 +201,8 @@ export interface VirtualSwiftRepositoryArgs {
|
|
|
201
201
|
*/
|
|
202
202
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
203
203
|
/**
|
|
204
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
205
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
204
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
205
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
206
206
|
*/
|
|
207
207
|
projectKey?: pulumi.Input<string>;
|
|
208
208
|
/**
|
|
@@ -82,8 +82,8 @@ export declare class VirtualTerraformRepository extends pulumi.CustomResource {
|
|
|
82
82
|
*/
|
|
83
83
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
84
84
|
/**
|
|
85
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
86
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
85
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
86
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
87
87
|
*/
|
|
88
88
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
89
89
|
/**
|
|
@@ -154,8 +154,8 @@ export interface VirtualTerraformRepositoryState {
|
|
|
154
154
|
*/
|
|
155
155
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
156
156
|
/**
|
|
157
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
158
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
157
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
158
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
159
159
|
*/
|
|
160
160
|
projectKey?: pulumi.Input<string>;
|
|
161
161
|
/**
|
|
@@ -214,8 +214,8 @@ export interface VirtualTerraformRepositoryArgs {
|
|
|
214
214
|
*/
|
|
215
215
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
216
216
|
/**
|
|
217
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
218
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
217
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
218
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
219
219
|
*/
|
|
220
220
|
projectKey?: pulumi.Input<string>;
|
|
221
221
|
/**
|