@drunk-pulumi/azure 0.0.53 → 1.0.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.
package/types.d.ts CHANGED
@@ -37,7 +37,10 @@ export interface ResourceInfoWithInstance<InstanceType> extends ResourceInfo {
37
37
  instance: InstanceType;
38
38
  }
39
39
  export type PrivateLinkPropsType = {
40
+ /** The Subnet that private links will be created.*/
40
41
  subnetIds: Input<string>[];
42
+ /** The extra Vnet that Private DNS Zone will be linked.*/
43
+ extraVnetIds?: Input<string>[];
41
44
  type?: string;
42
45
  };
43
46
  export type NetworkPropsType = {