@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 VirtualChefRepository 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 VirtualChefRepositoryState {
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 VirtualChefRepositoryArgs {
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
  /**
@@ -85,8 +85,8 @@ export declare class VirtualComposerRepository 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 VirtualComposerRepositoryState {
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 VirtualComposerRepositoryArgs {
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
  /**
@@ -86,8 +86,8 @@ export declare class VirtualConanRepository extends pulumi.CustomResource {
86
86
  */
87
87
  readonly projectEnvironments: pulumi.Output<string[] | undefined>;
88
88
  /**
89
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
90
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
89
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
90
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
91
91
  */
92
92
  readonly projectKey: pulumi.Output<string | undefined>;
93
93
  /**
@@ -158,8 +158,8 @@ export interface VirtualConanRepositoryState {
158
158
  */
159
159
  projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
160
160
  /**
161
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
162
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
161
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
162
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
163
163
  */
164
164
  projectKey?: pulumi.Input<string>;
165
165
  /**
@@ -218,8 +218,8 @@ export interface VirtualConanRepositoryArgs {
218
218
  */
219
219
  projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
220
220
  /**
221
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
222
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
221
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
222
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
223
223
  */
224
224
  projectKey?: pulumi.Input<string>;
225
225
  /**
@@ -85,8 +85,8 @@ export declare class VirtualCondaRepository 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 VirtualCondaRepositoryState {
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 VirtualCondaRepositoryArgs {
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
  /**
@@ -85,8 +85,8 @@ export declare class VirtualCranRepository 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 VirtualCranRepositoryState {
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 VirtualCranRepositoryArgs {
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
  /**
@@ -102,8 +102,8 @@ export declare class VirtualDebianRepository extends pulumi.CustomResource {
102
102
  */
103
103
  readonly projectEnvironments: pulumi.Output<string[] | undefined>;
104
104
  /**
105
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
106
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
105
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
106
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
107
107
  */
108
108
  readonly projectKey: pulumi.Output<string | undefined>;
109
109
  /**
@@ -190,8 +190,8 @@ export interface VirtualDebianRepositoryState {
190
190
  */
191
191
  projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
192
192
  /**
193
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
194
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
193
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
194
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
195
195
  */
196
196
  projectKey?: pulumi.Input<string>;
197
197
  /**
@@ -266,8 +266,8 @@ export interface VirtualDebianRepositoryArgs {
266
266
  */
267
267
  projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
268
268
  /**
269
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
270
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
269
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
270
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
271
271
  */
272
272
  projectKey?: pulumi.Input<string>;
273
273
  /**
@@ -85,8 +85,8 @@ export declare class VirtualDockerRepository 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 VirtualDockerRepositoryState {
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 VirtualDockerRepositoryArgs {
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
  /**
@@ -85,8 +85,8 @@ export declare class VirtualGemsRepository 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 VirtualGemsRepositoryState {
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 VirtualGemsRepositoryArgs {
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
  /**
@@ -86,8 +86,8 @@ export declare class VirtualGenericRepository extends pulumi.CustomResource {
86
86
  */
87
87
  readonly projectEnvironments: pulumi.Output<string[] | undefined>;
88
88
  /**
89
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
90
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
89
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
90
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
91
91
  */
92
92
  readonly projectKey: pulumi.Output<string | undefined>;
93
93
  /**
@@ -158,8 +158,8 @@ export interface VirtualGenericRepositoryState {
158
158
  */
159
159
  projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
160
160
  /**
161
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
162
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
161
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
162
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
163
163
  */
164
164
  projectKey?: pulumi.Input<string>;
165
165
  /**
@@ -218,8 +218,8 @@ export interface VirtualGenericRepositoryArgs {
218
218
  */
219
219
  projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
220
220
  /**
221
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
222
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
221
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
222
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
223
223
  */
224
224
  projectKey?: pulumi.Input<string>;
225
225
  /**
@@ -85,8 +85,8 @@ export declare class VirtualGitlfsRepository 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 VirtualGitlfsRepositoryState {
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 VirtualGitlfsRepositoryArgs {
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
  /**
@@ -101,8 +101,8 @@ export declare class VirtualGradleRepository 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 VirtualGradleRepositoryState {
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 VirtualGradleRepositoryArgs {
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
  /**
@@ -81,8 +81,8 @@ export declare class VirtualHelmRepository extends pulumi.CustomResource {
81
81
  */
82
82
  readonly projectEnvironments: pulumi.Output<string[] | undefined>;
83
83
  /**
84
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
85
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
84
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
85
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
86
86
  */
87
87
  readonly projectKey: pulumi.Output<string | undefined>;
88
88
  /**
@@ -157,8 +157,8 @@ export interface VirtualHelmRepositoryState {
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
  /**
@@ -221,8 +221,8 @@ export interface VirtualHelmRepositoryArgs {
221
221
  */
222
222
  projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
223
223
  /**
224
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
225
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
224
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
225
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
226
226
  */
227
227
  projectKey?: pulumi.Input<string>;
228
228
  /**
@@ -101,8 +101,8 @@ export declare class VirtualIvyRepository 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 VirtualIvyRepositoryState {
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 VirtualIvyRepositoryArgs {
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
  /**
@@ -98,8 +98,8 @@ export declare class VirtualNpmRepository extends pulumi.CustomResource {
98
98
  */
99
99
  readonly projectEnvironments: pulumi.Output<string[] | undefined>;
100
100
  /**
101
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
102
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
101
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
102
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
103
103
  */
104
104
  readonly projectKey: pulumi.Output<string | undefined>;
105
105
  /**
@@ -183,8 +183,8 @@ export interface VirtualNpmRepositoryState {
183
183
  */
184
184
  projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
185
185
  /**
186
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
187
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
186
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
187
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
188
188
  */
189
189
  projectKey?: pulumi.Input<string>;
190
190
  /**
@@ -256,8 +256,8 @@ export interface VirtualNpmRepositoryArgs {
256
256
  */
257
257
  projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
258
258
  /**
259
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
260
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
259
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
260
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
261
261
  */
262
262
  projectKey?: pulumi.Input<string>;
263
263
  /**
@@ -90,8 +90,8 @@ export declare class VirtualNugetRepository extends pulumi.CustomResource {
90
90
  */
91
91
  readonly projectEnvironments: pulumi.Output<string[] | undefined>;
92
92
  /**
93
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
94
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
93
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
94
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
95
95
  */
96
96
  readonly projectKey: pulumi.Output<string | undefined>;
97
97
  /**
@@ -166,8 +166,8 @@ export interface VirtualNugetRepositoryState {
166
166
  */
167
167
  projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
168
168
  /**
169
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
170
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
169
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
170
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
171
171
  */
172
172
  projectKey?: pulumi.Input<string>;
173
173
  /**
@@ -230,8 +230,8 @@ export interface VirtualNugetRepositoryArgs {
230
230
  */
231
231
  projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
232
232
  /**
233
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
234
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
233
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
234
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
235
235
  */
236
236
  projectKey?: pulumi.Input<string>;
237
237
  /**
@@ -85,8 +85,8 @@ export declare class VirtualP2Repository 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 VirtualP2RepositoryState {
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 VirtualP2RepositoryArgs {
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
  /**
@@ -85,8 +85,8 @@ export declare class VirtualPubRepository 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 VirtualPubRepositoryState {
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 VirtualPubRepositoryArgs {
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
  /**
@@ -85,8 +85,8 @@ export declare class VirtualPuppetRepository 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 VirtualPuppetRepositoryState {
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 VirtualPuppetRepositoryArgs {
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
  /**