@pulumi/artifactory 8.7.1 → 8.7.2

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 (159) hide show
  1. package/alpineRepository.d.ts +18 -35
  2. package/alpineRepository.js +0 -6
  3. package/alpineRepository.js.map +1 -1
  4. package/debianRepository.d.ts +24 -32
  5. package/debianRepository.js +2 -4
  6. package/debianRepository.js.map +1 -1
  7. package/dockerV1Repository.d.ts +17 -32
  8. package/dockerV1Repository.js +1 -5
  9. package/dockerV1Repository.js.map +1 -1
  10. package/dockerV2Repository.d.ts +21 -35
  11. package/dockerV2Repository.js +0 -4
  12. package/dockerV2Repository.js.map +1 -1
  13. package/localAnsibleRepository.d.ts +20 -37
  14. package/localAnsibleRepository.js +0 -4
  15. package/localAnsibleRepository.js.map +1 -1
  16. package/localCargoRepository.d.ts +19 -36
  17. package/localCargoRepository.js +0 -6
  18. package/localCargoRepository.js.map +1 -1
  19. package/localConanRepository.d.ts +18 -32
  20. package/localConanRepository.js +0 -4
  21. package/localConanRepository.js.map +1 -1
  22. package/localGradleRepository.d.ts +23 -37
  23. package/localGradleRepository.js +0 -4
  24. package/localGradleRepository.js.map +1 -1
  25. package/localHelmociRepository.d.ts +19 -33
  26. package/localHelmociRepository.js +0 -4
  27. package/localHelmociRepository.js.map +1 -1
  28. package/localIvyRepository.d.ts +35 -49
  29. package/localIvyRepository.js +0 -4
  30. package/localIvyRepository.js.map +1 -1
  31. package/localMavenRepository.d.ts +23 -37
  32. package/localMavenRepository.js +0 -4
  33. package/localMavenRepository.js.map +1 -1
  34. package/localNugetRepository.d.ts +19 -33
  35. package/localNugetRepository.js +0 -4
  36. package/localNugetRepository.js.map +1 -1
  37. package/localOciRepository.d.ts +19 -33
  38. package/localOciRepository.js +0 -4
  39. package/localOciRepository.js.map +1 -1
  40. package/localRpmRepository.d.ts +21 -35
  41. package/localRpmRepository.js +0 -4
  42. package/localRpmRepository.js.map +1 -1
  43. package/localSbtRepository.d.ts +35 -49
  44. package/localSbtRepository.js +0 -4
  45. package/localSbtRepository.js.map +1 -1
  46. package/localTerraformModuleRepository.d.ts +17 -31
  47. package/localTerraformModuleRepository.js +0 -4
  48. package/localTerraformModuleRepository.js.map +1 -1
  49. package/localTerraformProviderRepository.d.ts +17 -31
  50. package/localTerraformProviderRepository.js +0 -4
  51. package/localTerraformProviderRepository.js.map +1 -1
  52. package/package.json +2 -2
  53. package/remoteAlpineRepository.d.ts +63 -59
  54. package/remoteAlpineRepository.js +3 -2
  55. package/remoteAlpineRepository.js.map +1 -1
  56. package/remoteAnsibleRepository.d.ts +62 -58
  57. package/remoteAnsibleRepository.js +0 -2
  58. package/remoteAnsibleRepository.js.map +1 -1
  59. package/remoteBowerRepository.d.ts +65 -61
  60. package/remoteBowerRepository.js +3 -2
  61. package/remoteBowerRepository.js.map +1 -1
  62. package/remoteCargoRepository.d.ts +65 -61
  63. package/remoteCargoRepository.js +3 -2
  64. package/remoteCargoRepository.js.map +1 -1
  65. package/remoteChefRepository.d.ts +63 -59
  66. package/remoteChefRepository.js +3 -2
  67. package/remoteChefRepository.js.map +1 -1
  68. package/remoteCocoapodsRepository.d.ts +65 -61
  69. package/remoteCocoapodsRepository.js +3 -2
  70. package/remoteCocoapodsRepository.js.map +1 -1
  71. package/remoteComposerRepository.d.ts +65 -61
  72. package/remoteComposerRepository.js +3 -2
  73. package/remoteComposerRepository.js.map +1 -1
  74. package/remoteConanRepository.d.ts +65 -61
  75. package/remoteConanRepository.js +3 -2
  76. package/remoteConanRepository.js.map +1 -1
  77. package/remoteCondaRepository.d.ts +63 -59
  78. package/remoteCondaRepository.js +3 -2
  79. package/remoteCondaRepository.js.map +1 -1
  80. package/remoteCranRepository.d.ts +63 -59
  81. package/remoteCranRepository.js +3 -2
  82. package/remoteCranRepository.js.map +1 -1
  83. package/remoteDebianRepository.d.ts +63 -59
  84. package/remoteDebianRepository.js +3 -2
  85. package/remoteDebianRepository.js.map +1 -1
  86. package/remoteDockerRepository.d.ts +70 -84
  87. package/remoteDockerRepository.js +3 -2
  88. package/remoteDockerRepository.js.map +1 -1
  89. package/remoteGemsRepository.d.ts +66 -62
  90. package/remoteGemsRepository.js +3 -2
  91. package/remoteGemsRepository.js.map +1 -1
  92. package/remoteGenericRepository.d.ts +65 -61
  93. package/remoteGenericRepository.js +3 -2
  94. package/remoteGenericRepository.js.map +1 -1
  95. package/remoteGitlfsRepository.d.ts +63 -59
  96. package/remoteGitlfsRepository.js +3 -2
  97. package/remoteGitlfsRepository.js.map +1 -1
  98. package/remoteGoRepository.d.ts +89 -61
  99. package/remoteGoRepository.js +7 -2
  100. package/remoteGoRepository.js.map +1 -1
  101. package/remoteGradleRepository.d.ts +72 -68
  102. package/remoteGradleRepository.js +3 -2
  103. package/remoteGradleRepository.js.map +1 -1
  104. package/remoteHelmRepository.d.ts +65 -61
  105. package/remoteHelmRepository.js +3 -2
  106. package/remoteHelmRepository.js.map +1 -1
  107. package/remoteHelmociRepository.d.ts +66 -62
  108. package/remoteHelmociRepository.js +3 -2
  109. package/remoteHelmociRepository.js.map +1 -1
  110. package/remoteHuggingfacemlRepository.d.ts +63 -59
  111. package/remoteHuggingfacemlRepository.js +0 -2
  112. package/remoteHuggingfacemlRepository.js.map +1 -1
  113. package/remoteIvyRepository.d.ts +71 -67
  114. package/remoteIvyRepository.js +3 -2
  115. package/remoteIvyRepository.js.map +1 -1
  116. package/remoteMavenRepository.d.ts +72 -68
  117. package/remoteMavenRepository.js +3 -2
  118. package/remoteMavenRepository.js.map +1 -1
  119. package/remoteNpmRepository.d.ts +63 -59
  120. package/remoteNpmRepository.js +0 -2
  121. package/remoteNpmRepository.js.map +1 -1
  122. package/remoteNugetRepository.d.ts +69 -65
  123. package/remoteNugetRepository.js +3 -2
  124. package/remoteNugetRepository.js.map +1 -1
  125. package/remoteOciRepository.d.ts +66 -62
  126. package/remoteOciRepository.js +3 -2
  127. package/remoteOciRepository.js.map +1 -1
  128. package/remoteOpkgRepository.d.ts +63 -59
  129. package/remoteOpkgRepository.js +3 -2
  130. package/remoteOpkgRepository.js.map +1 -1
  131. package/remoteP2Repository.d.ts +63 -59
  132. package/remoteP2Repository.js +3 -2
  133. package/remoteP2Repository.js.map +1 -1
  134. package/remotePubRepository.d.ts +63 -59
  135. package/remotePubRepository.js +3 -2
  136. package/remotePubRepository.js.map +1 -1
  137. package/remotePuppetRepository.d.ts +63 -59
  138. package/remotePuppetRepository.js +3 -2
  139. package/remotePuppetRepository.js.map +1 -1
  140. package/remotePypiRepository.d.ts +66 -62
  141. package/remotePypiRepository.js +3 -2
  142. package/remotePypiRepository.js.map +1 -1
  143. package/remoteRpmRepository.d.ts +63 -59
  144. package/remoteRpmRepository.js +3 -2
  145. package/remoteRpmRepository.js.map +1 -1
  146. package/remoteSbtRepository.d.ts +71 -67
  147. package/remoteSbtRepository.js +3 -2
  148. package/remoteSbtRepository.js.map +1 -1
  149. package/remoteSwiftRepository.d.ts +63 -59
  150. package/remoteSwiftRepository.js +3 -2
  151. package/remoteSwiftRepository.js.map +1 -1
  152. package/remoteTerraformRepository.d.ts +65 -61
  153. package/remoteTerraformRepository.js +3 -2
  154. package/remoteTerraformRepository.js.map +1 -1
  155. package/remoteVcsRepository.d.ts +65 -61
  156. package/remoteVcsRepository.js +3 -2
  157. package/remoteVcsRepository.js.map +1 -1
  158. package/repositoryLayout.d.ts +1 -1
  159. package/types/output.d.ts +140 -140
@@ -53,7 +53,7 @@ export declare class RemoteCargoRepository extends pulumi.CustomResource {
53
53
  * 'Lenient Host Authentication' in the UI. Allow credentials of this repository to be used on requests redirected to any
54
54
  * other host.
55
55
  */
56
- readonly allowAnyHostAuth: pulumi.Output<boolean | undefined>;
56
+ readonly allowAnyHostAuth: pulumi.Output<boolean>;
57
57
  /**
58
58
  * Cargo client does not send credentials when performing download and search for crates. Enable this to allow anonymous access to these resources (only), note that this will override the security anonymous access option. Default value is `false`.
59
59
  */
@@ -63,85 +63,85 @@ export declare class RemoteCargoRepository extends pulumi.CustomResource {
63
63
  * therefore requires strict content moderation to prevent malicious users from uploading content that may compromise
64
64
  * security (e.g., cross-site scripting attacks).
65
65
  */
66
- readonly archiveBrowsingEnabled: pulumi.Output<boolean | undefined>;
66
+ readonly archiveBrowsingEnabled: pulumi.Output<boolean>;
67
67
  /**
68
68
  * The number of seconds the repository stays in assumed offline state after a connection error. At the end of this time,
69
69
  * an online check is attempted in order to reset the offline status. A value of 0 means the repository is never assumed
70
70
  * offline.
71
71
  */
72
- readonly assumedOfflinePeriodSecs: pulumi.Output<number | undefined>;
72
+ readonly assumedOfflinePeriodSecs: pulumi.Output<number>;
73
73
  /**
74
74
  * (A.K.A 'Ignore Repository' on the UI) When set, the repository or its local cache do not participate in artifact
75
75
  * resolution.
76
76
  */
77
- readonly blackedOut: pulumi.Output<boolean | undefined>;
77
+ readonly blackedOut: pulumi.Output<boolean>;
78
78
  /**
79
79
  * If set, artifacts will fail to download if a mismatch is detected between requested and received mimetype, according to
80
80
  * the list specified in the system properties file under blockedMismatchingMimeTypes. You can override by adding mimetypes
81
81
  * to the override list 'mismatching_mime_types_override_list'.
82
82
  */
83
- readonly blockMismatchingMimeTypes: pulumi.Output<boolean | undefined>;
83
+ readonly blockMismatchingMimeTypes: pulumi.Output<boolean>;
84
84
  /**
85
85
  * Before caching an artifact, Artifactory first sends a HEAD request to the remote resource. In some remote resources,
86
86
  * HEAD requests are disallowed and therefore rejected, even though downloading the artifact is allowed. When checked,
87
87
  * Artifactory will bypass the HEAD request and cache the artifact directly using a GET request.
88
88
  */
89
- readonly bypassHeadRequests: pulumi.Output<boolean | undefined>;
89
+ readonly bypassHeadRequests: pulumi.Output<boolean>;
90
90
  /**
91
91
  * When set, download requests to this repository will redirect the client to download the artifact directly from AWS
92
92
  * CloudFront. Available in Enterprise+ and Edge licenses only. Default value is 'false'
93
93
  */
94
- readonly cdnRedirect: pulumi.Output<boolean | undefined>;
94
+ readonly cdnRedirect: pulumi.Output<boolean>;
95
95
  /**
96
96
  * Client TLS certificate name.
97
97
  */
98
- readonly clientTlsCertificate: pulumi.Output<string>;
99
- readonly contentSynchronisation: pulumi.Output<outputs.RemoteCargoRepositoryContentSynchronisation>;
98
+ readonly clientTlsCertificate: pulumi.Output<string | undefined>;
99
+ readonly contentSynchronisation: pulumi.Output<outputs.RemoteCargoRepositoryContentSynchronisation | undefined>;
100
100
  /**
101
101
  * Public description.
102
102
  */
103
- readonly description: pulumi.Output<string | undefined>;
103
+ readonly description: pulumi.Output<string>;
104
104
  /**
105
105
  * When set to `true`, the proxy is disabled, and not returned in the API response body. If there is a default proxy set
106
106
  * for the Artifactory instance, it will be ignored, too. Introduced since Artifactory 7.41.7.
107
107
  */
108
- readonly disableProxy: pulumi.Output<boolean | undefined>;
108
+ readonly disableProxy: pulumi.Output<boolean>;
109
109
  /**
110
- * Whether to disable URL normalization, default is `false`.
110
+ * Whether to disable URL normalization. Default is `false`.
111
111
  */
112
- readonly disableUrlNormalization: pulumi.Output<boolean | undefined>;
112
+ readonly disableUrlNormalization: pulumi.Output<boolean>;
113
113
  /**
114
114
  * When set, download requests to this repository will redirect the client to download the artifact directly from the cloud
115
115
  * storage provider. Available in Enterprise+ and Edge licenses only. Default value is 'false'.
116
116
  */
117
- readonly downloadDirect: pulumi.Output<boolean | undefined>;
117
+ readonly downloadDirect: pulumi.Output<boolean>;
118
118
  /**
119
119
  * Enables cookie management if the remote repository uses cookies to manage client state.
120
120
  */
121
- readonly enableCookieManagement: pulumi.Output<boolean | undefined>;
121
+ readonly enableCookieManagement: pulumi.Output<boolean>;
122
122
  /**
123
123
  * Enable internal index support based on Cargo sparse index specifications, instead of the default git index. Default value is `false`.
124
124
  */
125
- readonly enableSparseIndex: pulumi.Output<boolean | undefined>;
125
+ readonly enableSparseIndex: pulumi.Output<boolean>;
126
126
  /**
127
127
  * List of artifact patterns to exclude when evaluating artifact requests, in the form of `x/y/**&#47;z/*`.By default no
128
128
  * artifacts are excluded.
129
129
  */
130
- readonly excludesPattern: pulumi.Output<string | undefined>;
130
+ readonly excludesPattern: pulumi.Output<string>;
131
131
  /**
132
132
  * This is the index url, expected to be a git repository. Default value is `https://index.crates.io/`.
133
133
  */
134
- readonly gitRegistryUrl: pulumi.Output<string | undefined>;
134
+ readonly gitRegistryUrl: pulumi.Output<string>;
135
135
  /**
136
136
  * When set, Artifactory will return an error to the client that causes the build to fail if there is a failure to
137
137
  * communicate with this repository.
138
138
  */
139
- readonly hardFail: pulumi.Output<boolean | undefined>;
139
+ readonly hardFail: pulumi.Output<boolean>;
140
140
  /**
141
141
  * List of comma-separated artifact patterns to include when evaluating artifact requests in the form of `x/y/**&#47;z/*`. When
142
142
  * used, only artifacts matching one of the include patterns are served. By default, all artifacts are included (`**&#47;*`).
143
143
  */
144
- readonly includesPattern: pulumi.Output<string | undefined>;
144
+ readonly includesPattern: pulumi.Output<string>;
145
145
  /**
146
146
  * A mandatory identifier for the repository that must be unique. It cannot begin with a number or
147
147
  * contain spaces or special characters.
@@ -151,109 +151,110 @@ export declare class RemoteCargoRepository extends pulumi.CustomResource {
151
151
  * Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of
152
152
  * the 'Retrieval Cache Period'. Default value is 'false'. This field exists in the API but not in the UI.
153
153
  */
154
- readonly listRemoteFolderItems: pulumi.Output<boolean | undefined>;
154
+ readonly listRemoteFolderItems: pulumi.Output<boolean>;
155
155
  /**
156
156
  * The local address to be used when creating connections. Useful for specifying the interface to use on systems with
157
157
  * multiple network interfaces.
158
158
  */
159
- readonly localAddress: pulumi.Output<string | undefined>;
159
+ readonly localAddress: pulumi.Output<string>;
160
160
  /**
161
161
  * Metadata Retrieval Cache Timeout (Sec) in the UI.This value refers to the number of seconds to wait for retrieval from
162
162
  * the remote before serving locally cached artifact or fail the request.
163
163
  */
164
- readonly metadataRetrievalTimeoutSecs: pulumi.Output<number | undefined>;
164
+ readonly metadataRetrievalTimeoutSecs: pulumi.Output<number>;
165
165
  /**
166
166
  * The set of mime types that should override the blockMismatchingMimeTypes setting. Eg:
167
167
  * 'application/json,application/xml'. Default value is empty.
168
168
  */
169
- readonly mismatchingMimeTypesOverrideList: pulumi.Output<string | undefined>;
169
+ readonly mismatchingMimeTypesOverrideList: pulumi.Output<string>;
170
170
  /**
171
171
  * Missed Retrieval Cache Period (Sec) in the UI. The number of seconds to cache artifact retrieval misses (artifact not
172
172
  * found). A value of 0 indicates no caching.
173
173
  */
174
- readonly missedCachePeriodSeconds: pulumi.Output<number | undefined>;
174
+ readonly missedCachePeriodSeconds: pulumi.Output<number>;
175
175
  /**
176
176
  * Internal description.
177
177
  */
178
- readonly notes: pulumi.Output<string | undefined>;
178
+ readonly notes: pulumi.Output<string>;
179
179
  /**
180
180
  * If set, Artifactory does not try to fetch remote artifacts. Only locally-cached artifacts are retrieved.
181
181
  */
182
- readonly offline: pulumi.Output<boolean | undefined>;
183
- readonly packageType: pulumi.Output<string>;
182
+ readonly offline: pulumi.Output<boolean>;
184
183
  readonly password: pulumi.Output<string | undefined>;
185
184
  /**
186
- * Setting Priority Resolution takes precedence over the resolution order when resolving virtual repositories. Setting
187
- * repositories with priority will cause metadata to be merged only from repositories set with a priority. If a package is
188
- * not found in those repositories, Artifactory will merge from repositories marked as non-priority.
185
+ * Setting repositories with priority will cause metadata to be merged only from repositories set with this field
189
186
  */
190
- readonly priorityResolution: pulumi.Output<boolean | undefined>;
187
+ readonly priorityResolution: pulumi.Output<boolean>;
191
188
  readonly projectEnvironments: pulumi.Output<string[]>;
192
189
  /**
193
190
  * Project key for assigning this repository to. Must be 2 - 32 lowercase alphanumeric and hyphen characters. When
194
191
  * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
195
192
  */
196
- readonly projectKey: pulumi.Output<string | undefined>;
193
+ readonly projectKey: pulumi.Output<string>;
197
194
  /**
198
- * List of property set names
195
+ * List of property set name
199
196
  */
200
197
  readonly propertySets: pulumi.Output<string[] | undefined>;
201
198
  /**
202
199
  * Proxy key from Artifactory Proxies settings. Can't be set if `disableProxy = true`.
203
200
  */
204
- readonly proxy: pulumi.Output<string | undefined>;
201
+ readonly proxy: pulumi.Output<string>;
205
202
  /**
206
203
  * Custom HTTP query parameters that will be automatically included in all remote resource requests. For example:
207
204
  * `param1=val1&param2=val2&param3=val3`
208
205
  */
209
- readonly queryParams: pulumi.Output<string | undefined>;
206
+ readonly queryParams: pulumi.Output<string>;
210
207
  /**
211
208
  * Repository layout key for the remote layout mapping. Repository can be created without this attribute (or set to an
212
209
  * empty string). Once it's set, it can't be removed by passing an empty string or removing the attribute, that will be
213
210
  * ignored by the Artifactory API. UI shows an error message, if the user tries to remove the value.
214
211
  */
215
- readonly remoteRepoLayoutRef: pulumi.Output<string | undefined>;
212
+ readonly remoteRepoLayoutRef: pulumi.Output<string>;
216
213
  /**
217
- * Repository layout key for the remote repository
214
+ * Sets the layout that the repository should use for storing and identifying modules. A recommended layout that
215
+ * corresponds to the package type defined is suggested, and index packages uploaded and calculate metadata accordingly.
218
216
  */
219
- readonly repoLayoutRef: pulumi.Output<string | undefined>;
217
+ readonly repoLayoutRef: pulumi.Output<string>;
220
218
  /**
221
219
  * Metadata Retrieval Cache Period (Sec) in the UI. This value refers to the number of seconds to cache metadata files
222
220
  * before checking for newer versions on remote server. A value of 0 indicates no caching.
223
221
  */
224
- readonly retrievalCachePeriodSeconds: pulumi.Output<number | undefined>;
222
+ readonly retrievalCachePeriodSeconds: pulumi.Output<number>;
223
+ /**
224
+ * @deprecated No longer supported
225
+ */
225
226
  readonly shareConfiguration: pulumi.Output<boolean>;
226
227
  /**
227
228
  * Network timeout (in ms) to use when establishing a connection and for unanswered requests. Timing out on a network
228
229
  * operation is considered a retrieval failure.
229
230
  */
230
- readonly socketTimeoutMillis: pulumi.Output<number | undefined>;
231
+ readonly socketTimeoutMillis: pulumi.Output<number>;
231
232
  /**
232
233
  * When set, the repository should store cached artifacts locally. When not set, artifacts are not stored locally, and
233
234
  * direct repository-to-client streaming is used. This can be useful for multi-server setups over a high-speed LAN, with
234
235
  * one Artifactory caching certain data on central storage, and streaming it directly to satellite pass-though Artifactory
235
236
  * servers.
236
237
  */
237
- readonly storeArtifactsLocally: pulumi.Output<boolean | undefined>;
238
+ readonly storeArtifactsLocally: pulumi.Output<boolean>;
238
239
  /**
239
240
  * When set, remote artifacts are fetched along with their properties.
240
241
  */
241
- readonly synchronizeProperties: pulumi.Output<boolean | undefined>;
242
+ readonly synchronizeProperties: pulumi.Output<boolean>;
242
243
  /**
243
244
  * Unused Artifacts Cleanup Period (Hr) in the UI. The number of hours to wait before an artifact is deemed 'unused' and
244
245
  * eligible for cleanup from the repository. A value of 0 means automatic cleanup of cached artifacts is disabled.
245
246
  */
246
- readonly unusedArtifactsCleanupPeriodHours: pulumi.Output<number | undefined>;
247
+ readonly unusedArtifactsCleanupPeriodHours: pulumi.Output<number>;
247
248
  /**
248
249
  * The remote repo URL.
249
250
  */
250
- readonly url: pulumi.Output<string | undefined>;
251
- readonly username: pulumi.Output<string | undefined>;
251
+ readonly url: pulumi.Output<string>;
252
+ readonly username: pulumi.Output<string>;
252
253
  /**
253
254
  * Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
254
255
  * Xray settings.
255
256
  */
256
- readonly xrayIndex: pulumi.Output<boolean | undefined>;
257
+ readonly xrayIndex: pulumi.Output<boolean>;
257
258
  /**
258
259
  * Create a RemoteCargoRepository resource with the given unique name, arguments, and options.
259
260
  *
@@ -325,7 +326,7 @@ export interface RemoteCargoRepositoryState {
325
326
  */
326
327
  disableProxy?: pulumi.Input<boolean>;
327
328
  /**
328
- * Whether to disable URL normalization, default is `false`.
329
+ * Whether to disable URL normalization. Default is `false`.
329
330
  */
330
331
  disableUrlNormalization?: pulumi.Input<boolean>;
331
332
  /**
@@ -398,12 +399,9 @@ export interface RemoteCargoRepositoryState {
398
399
  * If set, Artifactory does not try to fetch remote artifacts. Only locally-cached artifacts are retrieved.
399
400
  */
400
401
  offline?: pulumi.Input<boolean>;
401
- packageType?: pulumi.Input<string>;
402
402
  password?: pulumi.Input<string>;
403
403
  /**
404
- * Setting Priority Resolution takes precedence over the resolution order when resolving virtual repositories. Setting
405
- * repositories with priority will cause metadata to be merged only from repositories set with a priority. If a package is
406
- * not found in those repositories, Artifactory will merge from repositories marked as non-priority.
404
+ * Setting repositories with priority will cause metadata to be merged only from repositories set with this field
407
405
  */
408
406
  priorityResolution?: pulumi.Input<boolean>;
409
407
  projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
@@ -413,7 +411,7 @@ export interface RemoteCargoRepositoryState {
413
411
  */
414
412
  projectKey?: pulumi.Input<string>;
415
413
  /**
416
- * List of property set names
414
+ * List of property set name
417
415
  */
418
416
  propertySets?: pulumi.Input<pulumi.Input<string>[]>;
419
417
  /**
@@ -432,7 +430,8 @@ export interface RemoteCargoRepositoryState {
432
430
  */
433
431
  remoteRepoLayoutRef?: pulumi.Input<string>;
434
432
  /**
435
- * Repository layout key for the remote repository
433
+ * Sets the layout that the repository should use for storing and identifying modules. A recommended layout that
434
+ * corresponds to the package type defined is suggested, and index packages uploaded and calculate metadata accordingly.
436
435
  */
437
436
  repoLayoutRef?: pulumi.Input<string>;
438
437
  /**
@@ -440,6 +439,9 @@ export interface RemoteCargoRepositoryState {
440
439
  * before checking for newer versions on remote server. A value of 0 indicates no caching.
441
440
  */
442
441
  retrievalCachePeriodSeconds?: pulumi.Input<number>;
442
+ /**
443
+ * @deprecated No longer supported
444
+ */
443
445
  shareConfiguration?: pulumi.Input<boolean>;
444
446
  /**
445
447
  * Network timeout (in ms) to use when establishing a connection and for unanswered requests. Timing out on a network
@@ -535,7 +537,7 @@ export interface RemoteCargoRepositoryArgs {
535
537
  */
536
538
  disableProxy?: pulumi.Input<boolean>;
537
539
  /**
538
- * Whether to disable URL normalization, default is `false`.
540
+ * Whether to disable URL normalization. Default is `false`.
539
541
  */
540
542
  disableUrlNormalization?: pulumi.Input<boolean>;
541
543
  /**
@@ -610,9 +612,7 @@ export interface RemoteCargoRepositoryArgs {
610
612
  offline?: pulumi.Input<boolean>;
611
613
  password?: pulumi.Input<string>;
612
614
  /**
613
- * Setting Priority Resolution takes precedence over the resolution order when resolving virtual repositories. Setting
614
- * repositories with priority will cause metadata to be merged only from repositories set with a priority. If a package is
615
- * not found in those repositories, Artifactory will merge from repositories marked as non-priority.
615
+ * Setting repositories with priority will cause metadata to be merged only from repositories set with this field
616
616
  */
617
617
  priorityResolution?: pulumi.Input<boolean>;
618
618
  projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
@@ -622,7 +622,7 @@ export interface RemoteCargoRepositoryArgs {
622
622
  */
623
623
  projectKey?: pulumi.Input<string>;
624
624
  /**
625
- * List of property set names
625
+ * List of property set name
626
626
  */
627
627
  propertySets?: pulumi.Input<pulumi.Input<string>[]>;
628
628
  /**
@@ -641,7 +641,8 @@ export interface RemoteCargoRepositoryArgs {
641
641
  */
642
642
  remoteRepoLayoutRef?: pulumi.Input<string>;
643
643
  /**
644
- * Repository layout key for the remote repository
644
+ * Sets the layout that the repository should use for storing and identifying modules. A recommended layout that
645
+ * corresponds to the package type defined is suggested, and index packages uploaded and calculate metadata accordingly.
645
646
  */
646
647
  repoLayoutRef?: pulumi.Input<string>;
647
648
  /**
@@ -649,6 +650,9 @@ export interface RemoteCargoRepositoryArgs {
649
650
  * before checking for newer versions on remote server. A value of 0 indicates no caching.
650
651
  */
651
652
  retrievalCachePeriodSeconds?: pulumi.Input<number>;
653
+ /**
654
+ * @deprecated No longer supported
655
+ */
652
656
  shareConfiguration?: pulumi.Input<boolean>;
653
657
  /**
654
658
  * Network timeout (in ms) to use when establishing a connection and for unanswered requests. Timing out on a network
@@ -674,7 +678,7 @@ export interface RemoteCargoRepositoryArgs {
674
678
  /**
675
679
  * The remote repo URL.
676
680
  */
677
- url?: pulumi.Input<string>;
681
+ url: pulumi.Input<string>;
678
682
  username?: pulumi.Input<string>;
679
683
  /**
680
684
  * Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
@@ -93,7 +93,6 @@ class RemoteCargoRepository extends pulumi.CustomResource {
93
93
  resourceInputs["missedCachePeriodSeconds"] = state ? state.missedCachePeriodSeconds : undefined;
94
94
  resourceInputs["notes"] = state ? state.notes : undefined;
95
95
  resourceInputs["offline"] = state ? state.offline : undefined;
96
- resourceInputs["packageType"] = state ? state.packageType : undefined;
97
96
  resourceInputs["password"] = state ? state.password : undefined;
98
97
  resourceInputs["priorityResolution"] = state ? state.priorityResolution : undefined;
99
98
  resourceInputs["projectEnvironments"] = state ? state.projectEnvironments : undefined;
@@ -118,6 +117,9 @@ class RemoteCargoRepository extends pulumi.CustomResource {
118
117
  if ((!args || args.key === undefined) && !opts.urn) {
119
118
  throw new Error("Missing required property 'key'");
120
119
  }
120
+ if ((!args || args.url === undefined) && !opts.urn) {
121
+ throw new Error("Missing required property 'url'");
122
+ }
121
123
  resourceInputs["allowAnyHostAuth"] = args ? args.allowAnyHostAuth : undefined;
122
124
  resourceInputs["anonymousAccess"] = args ? args.anonymousAccess : undefined;
123
125
  resourceInputs["archiveBrowsingEnabled"] = args ? args.archiveBrowsingEnabled : undefined;
@@ -164,7 +166,6 @@ class RemoteCargoRepository extends pulumi.CustomResource {
164
166
  resourceInputs["url"] = args ? args.url : undefined;
165
167
  resourceInputs["username"] = args ? args.username : undefined;
166
168
  resourceInputs["xrayIndex"] = args ? args.xrayIndex : undefined;
167
- resourceInputs["packageType"] = undefined /*out*/;
168
169
  }
169
170
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
170
171
  const secretOpts = { additionalSecretOutputs: ["password"] };
@@ -1 +1 @@
1
- {"version":3,"file":"remoteCargoRepository.js","sourceRoot":"","sources":["../remoteCargoRepository.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"remoteCargoRepository.js","sourceRoot":"","sources":["../remoteCargoRepository.ts"],"names":[],"mappings":"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"}