@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.
Files changed (60) hide show
  1. package/goRepository.d.ts +6 -6
  2. package/mavenRepository.d.ts +6 -6
  3. package/package.json +2 -2
  4. package/package.json.dev +2 -2
  5. package/remoteAlpineRepository.d.ts +6 -6
  6. package/remoteBowerRepository.d.ts +6 -6
  7. package/remoteCargoRepository.d.ts +6 -6
  8. package/remoteChefRepository.d.ts +6 -6
  9. package/remoteCocoapodsRepository.d.ts +6 -6
  10. package/remoteComposerRepository.d.ts +6 -6
  11. package/remoteConanRepository.d.ts +6 -6
  12. package/remoteCondaRepository.d.ts +6 -6
  13. package/remoteCranRepository.d.ts +6 -6
  14. package/remoteDebianRepository.d.ts +6 -6
  15. package/remoteDockerRepository.d.ts +6 -6
  16. package/remoteGemsRepository.d.ts +6 -6
  17. package/remoteGenericRepository.d.ts +6 -6
  18. package/remoteGitlfsRepository.d.ts +6 -6
  19. package/remoteGoRepository.d.ts +6 -6
  20. package/remoteGradleRepository.d.ts +6 -6
  21. package/remoteHelmRepository.d.ts +6 -6
  22. package/remoteIvyRepository.d.ts +6 -6
  23. package/remoteMavenRepository.d.ts +6 -6
  24. package/remoteNpmRepository.d.ts +6 -6
  25. package/remoteNugetRepository.d.ts +6 -6
  26. package/remoteOpkgRepository.d.ts +6 -6
  27. package/remoteP2Repository.d.ts +6 -6
  28. package/remotePubRepository.d.ts +6 -6
  29. package/remotePuppetRepository.d.ts +6 -6
  30. package/remotePypiRepository.d.ts +6 -6
  31. package/remoteRpmRepository.d.ts +6 -6
  32. package/remoteSbtRepository.d.ts +6 -6
  33. package/remoteSwiftRepository.d.ts +6 -6
  34. package/remoteTerraformRepository.d.ts +6 -6
  35. package/remoteVcsRepository.d.ts +6 -6
  36. package/virtualAlpineRepository.d.ts +6 -6
  37. package/virtualBowerRepository.d.ts +6 -6
  38. package/virtualChefRepository.d.ts +6 -6
  39. package/virtualComposerRepository.d.ts +6 -6
  40. package/virtualConanRepository.d.ts +6 -6
  41. package/virtualCondaRepository.d.ts +6 -6
  42. package/virtualCranRepository.d.ts +6 -6
  43. package/virtualDebianRepository.d.ts +6 -6
  44. package/virtualDockerRepository.d.ts +6 -6
  45. package/virtualGemsRepository.d.ts +6 -6
  46. package/virtualGenericRepository.d.ts +6 -6
  47. package/virtualGitlfsRepository.d.ts +6 -6
  48. package/virtualGradleRepository.d.ts +6 -6
  49. package/virtualHelmRepository.d.ts +6 -6
  50. package/virtualIvyRepository.d.ts +6 -6
  51. package/virtualNpmRepository.d.ts +6 -6
  52. package/virtualNugetRepository.d.ts +6 -6
  53. package/virtualP2Repository.d.ts +6 -6
  54. package/virtualPubRepository.d.ts +6 -6
  55. package/virtualPuppetRepository.d.ts +6 -6
  56. package/virtualPypiRepository.d.ts +6 -6
  57. package/virtualRpmRepository.d.ts +6 -6
  58. package/virtualSbtRepository.d.ts +6 -6
  59. package/virtualSwiftRepository.d.ts +6 -6
  60. 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 assigning
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 assigning
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 assigning
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 assigning
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 assigning
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 assigning
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 assigning
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 assigning
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 assigning
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 assigning
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 assigning
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 assigning
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 assigning
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 assigning
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 assigning
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
  /**