@pulumi/azuredevops 3.2.0 → 3.2.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 (2) hide show
  1. package/getProject.d.ts +1 -1
  2. package/package.json +2 -2
package/getProject.d.ts CHANGED
@@ -38,7 +38,7 @@ export interface GetProjectArgs {
38
38
  export interface GetProjectResult {
39
39
  readonly description: string;
40
40
  readonly features: {
41
- [key: string]: any;
41
+ [key: string]: string;
42
42
  };
43
43
  /**
44
44
  * The provider-assigned unique ID for this managed resource.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/azuredevops",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "description": "A Pulumi package for creating and managing Azure DevOps.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -23,6 +23,6 @@
23
23
  "pulumi": {
24
24
  "resource": true,
25
25
  "name": "azuredevops",
26
- "version": "3.2.0"
26
+ "version": "3.2.1"
27
27
  }
28
28
  }