@pulumi/azuredevops 2.7.0 → 2.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/types/input.d.ts CHANGED
@@ -631,19 +631,16 @@ export interface ServiceEndpointArtifactoryAuthenticationBasic {
631
631
  * Artifactory Password.
632
632
  */
633
633
  password: pulumi.Input<string>;
634
- passwordHash?: pulumi.Input<string>;
635
634
  /**
636
635
  * Artifactory Username.
637
636
  */
638
637
  username: pulumi.Input<string>;
639
- usernameHash?: pulumi.Input<string>;
640
638
  }
641
639
  export interface ServiceEndpointArtifactoryAuthenticationToken {
642
640
  /**
643
641
  * Authentication Token generated through Artifactory.
644
642
  */
645
643
  token: pulumi.Input<string>;
646
- tokenHash?: pulumi.Input<string>;
647
644
  }
648
645
  export interface ServiceEndpointAzureRMCredentials {
649
646
  /**
@@ -799,19 +796,16 @@ export interface ServiceendpointArgocdAuthenticationBasic {
799
796
  * ArgoCD Password.
800
797
  */
801
798
  password: pulumi.Input<string>;
802
- passwordHash?: pulumi.Input<string>;
803
799
  /**
804
800
  * ArgoCD Username.
805
801
  */
806
802
  username: pulumi.Input<string>;
807
- usernameHash?: pulumi.Input<string>;
808
803
  }
809
804
  export interface ServiceendpointArgocdAuthenticationToken {
810
805
  /**
811
806
  * Authentication Token generated through ArgoCD.
812
807
  */
813
808
  token: pulumi.Input<string>;
814
- tokenHash?: pulumi.Input<string>;
815
809
  }
816
810
  export interface ServiceendpointExternaltfsAuthPersonal {
817
811
  /**
@@ -819,6 +813,70 @@ export interface ServiceendpointExternaltfsAuthPersonal {
819
813
  */
820
814
  personalAccessToken: pulumi.Input<string>;
821
815
  }
816
+ export interface ServiceendpointJfrogArtifactoryV2AuthenticationBasic {
817
+ /**
818
+ * Artifactory Password.
819
+ */
820
+ password: pulumi.Input<string>;
821
+ /**
822
+ * Artifactory Username.
823
+ */
824
+ username: pulumi.Input<string>;
825
+ }
826
+ export interface ServiceendpointJfrogArtifactoryV2AuthenticationToken {
827
+ /**
828
+ * Authentication Token generated through Artifactory.
829
+ */
830
+ token: pulumi.Input<string>;
831
+ }
832
+ export interface ServiceendpointJfrogDistributionV2AuthenticationBasic {
833
+ /**
834
+ * Artifactory Password.
835
+ */
836
+ password: pulumi.Input<string>;
837
+ /**
838
+ * Artifactory Username.
839
+ */
840
+ username: pulumi.Input<string>;
841
+ }
842
+ export interface ServiceendpointJfrogDistributionV2AuthenticationToken {
843
+ /**
844
+ * Authentication Token generated through Artifactory.
845
+ */
846
+ token: pulumi.Input<string>;
847
+ }
848
+ export interface ServiceendpointJfrogPlatformV2AuthenticationBasic {
849
+ /**
850
+ * Artifactory Password.
851
+ */
852
+ password: pulumi.Input<string>;
853
+ /**
854
+ * Artifactory Username.
855
+ */
856
+ username: pulumi.Input<string>;
857
+ }
858
+ export interface ServiceendpointJfrogPlatformV2AuthenticationToken {
859
+ /**
860
+ * Authentication Token generated through Artifactory.
861
+ */
862
+ token: pulumi.Input<string>;
863
+ }
864
+ export interface ServiceendpointJfrogXrayV2AuthenticationBasic {
865
+ /**
866
+ * Artifactory Password.
867
+ */
868
+ password: pulumi.Input<string>;
869
+ /**
870
+ * Artifactory Username.
871
+ */
872
+ username: pulumi.Input<string>;
873
+ }
874
+ export interface ServiceendpointJfrogXrayV2AuthenticationToken {
875
+ /**
876
+ * Authentication Token generated through Artifactory.
877
+ */
878
+ token: pulumi.Input<string>;
879
+ }
822
880
  export interface VariableGroupKeyVault {
823
881
  /**
824
882
  * The name of the Azure key vault to link secrets from as variables.
package/types/output.d.ts CHANGED
@@ -928,7 +928,7 @@ export interface GetProjectsProject {
928
928
  */
929
929
  name: string;
930
930
  /**
931
- * Project identifier.
931
+ * The ID of the Project.
932
932
  */
933
933
  projectId: string;
934
934
  /**
@@ -1085,19 +1085,16 @@ export interface ServiceEndpointArtifactoryAuthenticationBasic {
1085
1085
  * Artifactory Password.
1086
1086
  */
1087
1087
  password: string;
1088
- passwordHash: string;
1089
1088
  /**
1090
1089
  * Artifactory Username.
1091
1090
  */
1092
1091
  username: string;
1093
- usernameHash: string;
1094
1092
  }
1095
1093
  export interface ServiceEndpointArtifactoryAuthenticationToken {
1096
1094
  /**
1097
1095
  * Authentication Token generated through Artifactory.
1098
1096
  */
1099
1097
  token: string;
1100
- tokenHash: string;
1101
1098
  }
1102
1099
  export interface ServiceEndpointAzureRMCredentials {
1103
1100
  /**
@@ -1253,19 +1250,16 @@ export interface ServiceendpointArgocdAuthenticationBasic {
1253
1250
  * ArgoCD Password.
1254
1251
  */
1255
1252
  password: string;
1256
- passwordHash: string;
1257
1253
  /**
1258
1254
  * ArgoCD Username.
1259
1255
  */
1260
1256
  username: string;
1261
- usernameHash: string;
1262
1257
  }
1263
1258
  export interface ServiceendpointArgocdAuthenticationToken {
1264
1259
  /**
1265
1260
  * Authentication Token generated through ArgoCD.
1266
1261
  */
1267
1262
  token: string;
1268
- tokenHash: string;
1269
1263
  }
1270
1264
  export interface ServiceendpointExternaltfsAuthPersonal {
1271
1265
  /**
@@ -1273,6 +1267,70 @@ export interface ServiceendpointExternaltfsAuthPersonal {
1273
1267
  */
1274
1268
  personalAccessToken: string;
1275
1269
  }
1270
+ export interface ServiceendpointJfrogArtifactoryV2AuthenticationBasic {
1271
+ /**
1272
+ * Artifactory Password.
1273
+ */
1274
+ password: string;
1275
+ /**
1276
+ * Artifactory Username.
1277
+ */
1278
+ username: string;
1279
+ }
1280
+ export interface ServiceendpointJfrogArtifactoryV2AuthenticationToken {
1281
+ /**
1282
+ * Authentication Token generated through Artifactory.
1283
+ */
1284
+ token: string;
1285
+ }
1286
+ export interface ServiceendpointJfrogDistributionV2AuthenticationBasic {
1287
+ /**
1288
+ * Artifactory Password.
1289
+ */
1290
+ password: string;
1291
+ /**
1292
+ * Artifactory Username.
1293
+ */
1294
+ username: string;
1295
+ }
1296
+ export interface ServiceendpointJfrogDistributionV2AuthenticationToken {
1297
+ /**
1298
+ * Authentication Token generated through Artifactory.
1299
+ */
1300
+ token: string;
1301
+ }
1302
+ export interface ServiceendpointJfrogPlatformV2AuthenticationBasic {
1303
+ /**
1304
+ * Artifactory Password.
1305
+ */
1306
+ password: string;
1307
+ /**
1308
+ * Artifactory Username.
1309
+ */
1310
+ username: string;
1311
+ }
1312
+ export interface ServiceendpointJfrogPlatformV2AuthenticationToken {
1313
+ /**
1314
+ * Authentication Token generated through Artifactory.
1315
+ */
1316
+ token: string;
1317
+ }
1318
+ export interface ServiceendpointJfrogXrayV2AuthenticationBasic {
1319
+ /**
1320
+ * Artifactory Password.
1321
+ */
1322
+ password: string;
1323
+ /**
1324
+ * Artifactory Username.
1325
+ */
1326
+ username: string;
1327
+ }
1328
+ export interface ServiceendpointJfrogXrayV2AuthenticationToken {
1329
+ /**
1330
+ * Authentication Token generated through Artifactory.
1331
+ */
1332
+ token: string;
1333
+ }
1276
1334
  export interface VariableGroupKeyVault {
1277
1335
  /**
1278
1336
  * The name of the Azure key vault to link secrets from as variables.
@@ -1687,7 +1745,7 @@ export declare namespace Core {
1687
1745
  */
1688
1746
  name: string;
1689
1747
  /**
1690
- * Project identifier.
1748
+ * The ID of the Project.
1691
1749
  */
1692
1750
  projectId: string;
1693
1751
  /**
@@ -136,7 +136,7 @@ export declare class VariableGroup extends pulumi.CustomResource {
136
136
  */
137
137
  readonly name: pulumi.Output<string>;
138
138
  /**
139
- * The project ID or project name.
139
+ * The ID of the project.
140
140
  */
141
141
  readonly projectId: pulumi.Output<string>;
142
142
  /**
@@ -173,7 +173,7 @@ export interface VariableGroupState {
173
173
  */
174
174
  name?: pulumi.Input<string>;
175
175
  /**
176
- * The project ID or project name.
176
+ * The ID of the project.
177
177
  */
178
178
  projectId?: pulumi.Input<string>;
179
179
  /**
@@ -202,7 +202,7 @@ export interface VariableGroupArgs {
202
202
  */
203
203
  name?: pulumi.Input<string>;
204
204
  /**
205
- * The project ID or project name.
205
+ * The ID of the project.
206
206
  */
207
207
  projectId: pulumi.Input<string>;
208
208
  /**