@pulumi/azure-native 1.100.1 → 1.101.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.
Files changed (153) hide show
  1. package/confidentialledger/v20230126preview/getLedger.d.ts +1 -5
  2. package/confidentialledger/v20230126preview/getLedger.js +1 -1
  3. package/confidentialledger/v20230126preview/ledger.d.ts +2 -11
  4. package/confidentialledger/v20230126preview/ledger.js +1 -3
  5. package/dbformysql/v20211201preview/server.js +4 -3
  6. package/dbformysql/v20220101/server.js +4 -3
  7. package/eventhub/v20221001preview/getSchemaRegistry.d.ts +2 -2
  8. package/eventhub/v20221001preview/getSchemaRegistry.js +2 -2
  9. package/hybridcloud/cloudConnection.d.ts +116 -0
  10. package/hybridcloud/cloudConnection.js +84 -0
  11. package/hybridcloud/cloudConnector.d.ts +100 -0
  12. package/hybridcloud/cloudConnector.js +80 -0
  13. package/hybridcloud/getCloudConnection.d.ts +87 -0
  14. package/hybridcloud/getCloudConnection.js +28 -0
  15. package/hybridcloud/getCloudConnector.d.ts +79 -0
  16. package/hybridcloud/getCloudConnector.js +28 -0
  17. package/hybridcloud/index.d.ts +15 -0
  18. package/hybridcloud/index.js +51 -0
  19. package/hybridcloud/v20230101preview/cloudConnection.d.ts +115 -0
  20. package/hybridcloud/v20230101preview/cloudConnection.js +83 -0
  21. package/hybridcloud/v20230101preview/cloudConnector.d.ts +99 -0
  22. package/hybridcloud/v20230101preview/cloudConnector.js +79 -0
  23. package/hybridcloud/v20230101preview/getCloudConnection.d.ts +85 -0
  24. package/hybridcloud/v20230101preview/getCloudConnection.js +26 -0
  25. package/hybridcloud/v20230101preview/getCloudConnector.d.ts +77 -0
  26. package/hybridcloud/v20230101preview/getCloudConnector.js +26 -0
  27. package/hybridcloud/v20230101preview/index.d.ts +13 -0
  28. package/hybridcloud/v20230101preview/index.js +48 -0
  29. package/hybridcompute/index.d.ts +2 -1
  30. package/hybridcompute/index.js +4 -2
  31. package/hybridcompute/machine.js +2 -2
  32. package/hybridcompute/machineExtension.js +2 -2
  33. package/hybridcompute/privateEndpointConnection.js +2 -2
  34. package/hybridcompute/privateLinkScope.js +2 -2
  35. package/hybridcompute/v20190318preview/machine.js +2 -2
  36. package/hybridcompute/v20190802preview/machine.js +2 -2
  37. package/hybridcompute/v20190802preview/machineExtension.js +2 -2
  38. package/hybridcompute/v20191212/machine.js +2 -2
  39. package/hybridcompute/v20191212/machineExtension.js +2 -2
  40. package/hybridcompute/v20200730preview/machine.js +2 -2
  41. package/hybridcompute/v20200730preview/machineExtension.js +2 -2
  42. package/hybridcompute/v20200802/machine.js +2 -2
  43. package/hybridcompute/v20200802/machineExtension.js +2 -2
  44. package/hybridcompute/v20200815preview/machine.js +2 -2
  45. package/hybridcompute/v20200815preview/machineExtension.js +2 -2
  46. package/hybridcompute/v20200815preview/privateEndpointConnection.js +2 -2
  47. package/hybridcompute/v20200815preview/privateLinkScope.js +2 -2
  48. package/hybridcompute/v20210128preview/machine.js +2 -2
  49. package/hybridcompute/v20210128preview/machineExtension.js +2 -2
  50. package/hybridcompute/v20210128preview/privateEndpointConnection.js +2 -2
  51. package/hybridcompute/v20210128preview/privateLinkScope.js +2 -2
  52. package/hybridcompute/v20210325preview/machine.js +2 -2
  53. package/hybridcompute/v20210325preview/machineExtension.js +2 -2
  54. package/hybridcompute/v20210325preview/privateEndpointConnection.js +2 -2
  55. package/hybridcompute/v20210325preview/privateLinkScope.js +2 -2
  56. package/hybridcompute/v20210422preview/machine.js +2 -2
  57. package/hybridcompute/v20210422preview/machineExtension.js +2 -2
  58. package/hybridcompute/v20210422preview/privateEndpointConnection.js +2 -2
  59. package/hybridcompute/v20210422preview/privateLinkScope.js +2 -2
  60. package/hybridcompute/v20210517preview/machine.js +2 -2
  61. package/hybridcompute/v20210517preview/machineExtension.js +2 -2
  62. package/hybridcompute/v20210517preview/privateEndpointConnection.js +2 -2
  63. package/hybridcompute/v20210517preview/privateLinkScope.js +2 -2
  64. package/hybridcompute/v20210520/machine.js +2 -2
  65. package/hybridcompute/v20210520/machineExtension.js +2 -2
  66. package/hybridcompute/v20210520/privateEndpointConnection.js +2 -2
  67. package/hybridcompute/v20210520/privateLinkScope.js +2 -2
  68. package/hybridcompute/v20210610preview/machine.js +2 -2
  69. package/hybridcompute/v20210610preview/machineExtension.js +2 -2
  70. package/hybridcompute/v20210610preview/privateEndpointConnection.js +2 -2
  71. package/hybridcompute/v20210610preview/privateLinkScope.js +2 -2
  72. package/hybridcompute/v20211210preview/machine.js +2 -2
  73. package/hybridcompute/v20211210preview/machineExtension.js +2 -2
  74. package/hybridcompute/v20211210preview/privateEndpointConnection.js +2 -2
  75. package/hybridcompute/v20211210preview/privateLinkScope.js +2 -2
  76. package/hybridcompute/v20220310/machine.js +2 -2
  77. package/hybridcompute/v20220310/machineExtension.js +2 -2
  78. package/hybridcompute/v20220310/privateEndpointConnection.js +2 -2
  79. package/hybridcompute/v20220310/privateLinkScope.js +2 -2
  80. package/hybridcompute/v20220510preview/machine.js +2 -2
  81. package/hybridcompute/v20220510preview/machineExtension.js +2 -2
  82. package/hybridcompute/v20220510preview/privateEndpointConnection.js +2 -2
  83. package/hybridcompute/v20220510preview/privateLinkScope.js +2 -2
  84. package/hybridcompute/v20220811preview/machine.js +2 -2
  85. package/hybridcompute/v20220811preview/machineExtension.js +2 -2
  86. package/hybridcompute/v20220811preview/privateEndpointConnection.js +2 -2
  87. package/hybridcompute/v20220811preview/privateLinkScope.js +2 -2
  88. package/hybridcompute/v20221110/machine.js +2 -2
  89. package/hybridcompute/v20221110/machineExtension.js +2 -2
  90. package/hybridcompute/v20221110/privateEndpointConnection.js +2 -2
  91. package/hybridcompute/v20221110/privateLinkScope.js +2 -2
  92. package/hybridcompute/v20221227/getMachine.d.ts +191 -0
  93. package/hybridcompute/v20221227/getMachine.js +27 -0
  94. package/hybridcompute/v20221227/getMachineExtension.d.ts +105 -0
  95. package/hybridcompute/v20221227/getMachineExtension.js +27 -0
  96. package/hybridcompute/v20221227/getPrivateEndpointConnection.d.ts +63 -0
  97. package/hybridcompute/v20221227/getPrivateEndpointConnection.js +27 -0
  98. package/hybridcompute/v20221227/getPrivateLinkScope.d.ts +65 -0
  99. package/hybridcompute/v20221227/getPrivateLinkScope.js +26 -0
  100. package/hybridcompute/v20221227/index.d.ts +25 -0
  101. package/hybridcompute/v20221227/index.js +62 -0
  102. package/hybridcompute/v20221227/machine.d.ts +245 -0
  103. package/hybridcompute/v20221227/machine.js +131 -0
  104. package/hybridcompute/v20221227/machineExtension.d.ts +151 -0
  105. package/hybridcompute/v20221227/machineExtension.js +93 -0
  106. package/hybridcompute/v20221227/privateEndpointConnection.d.ts +67 -0
  107. package/hybridcompute/v20221227/privateEndpointConnection.js +73 -0
  108. package/hybridcompute/v20221227/privateLinkScope.d.ts +83 -0
  109. package/hybridcompute/v20221227/privateLinkScope.js +73 -0
  110. package/hybridcompute/v20221227preview/machine.js +2 -2
  111. package/hybridcompute/v20221227preview/machineExtension.js +2 -2
  112. package/hybridcompute/v20221227preview/privateEndpointConnection.js +2 -2
  113. package/hybridcompute/v20221227preview/privateLinkScope.js +2 -2
  114. package/index.d.ts +2 -1
  115. package/index.js +7 -5
  116. package/monitor/azureMonitorWorkspace.js +2 -2
  117. package/monitor/index.d.ts +2 -1
  118. package/monitor/index.js +4 -2
  119. package/monitor/v20210603preview/azureMonitorWorkspace.js +2 -2
  120. package/monitor/v20230403/azureMonitorWorkspace.d.ts +102 -0
  121. package/monitor/v20230403/azureMonitorWorkspace.js +85 -0
  122. package/monitor/v20230403/getAzureMonitorWorkspace.d.ts +89 -0
  123. package/monitor/v20230403/getAzureMonitorWorkspace.js +26 -0
  124. package/monitor/v20230403/index.d.ts +6 -0
  125. package/monitor/v20230403/index.js +25 -0
  126. package/package.json +2 -2
  127. package/tsconfig.tsbuildinfo +1 -1
  128. package/types/enums/datafactory/index.d.ts +2 -10
  129. package/types/enums/datafactory/index.js +3 -7
  130. package/types/enums/datafactory/v20180601/index.d.ts +2 -10
  131. package/types/enums/datafactory/v20180601/index.js +3 -7
  132. package/types/enums/dbformysql/v20211201preview/index.d.ts +1 -1
  133. package/types/enums/dbformysql/v20220101/index.d.ts +1 -1
  134. package/types/enums/dbforpostgresql/v20221201/index.d.ts +0 -1
  135. package/types/enums/dbforpostgresql/v20221201/index.js +1 -2
  136. package/types/enums/hybridcloud/index.d.ts +9 -0
  137. package/types/enums/hybridcloud/index.js +12 -0
  138. package/types/enums/hybridcloud/v20230101preview/index.d.ts +7 -0
  139. package/types/enums/hybridcloud/v20230101preview/index.js +9 -0
  140. package/types/enums/hybridcompute/index.d.ts +2 -1
  141. package/types/enums/hybridcompute/index.js +4 -2
  142. package/types/enums/hybridcompute/v20221227/index.d.ts +48 -0
  143. package/types/enums/hybridcompute/v20221227/index.js +34 -0
  144. package/types/enums/index.d.ts +2 -1
  145. package/types/enums/index.js +6 -4
  146. package/types/enums/recoveryservices/v20230101/index.d.ts +9 -0
  147. package/types/enums/recoveryservices/v20230101/index.js +7 -2
  148. package/types/enums/recoveryservices/v20230201/index.d.ts +9 -0
  149. package/types/enums/recoveryservices/v20230201/index.js +7 -2
  150. package/types/input.d.ts +888 -570
  151. package/types/input.js +39 -1
  152. package/types/output.d.ts +1526 -770
  153. package/types/output.js +39 -1
@@ -62,7 +62,7 @@ class PrivateEndpointConnection extends pulumi.CustomResource {
62
62
  resourceInputs["type"] = undefined /*out*/;
63
63
  }
64
64
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
65
- const aliasOpts = { aliases: [{ type: "azure-native:hybridcompute:PrivateEndpointConnection" }, { type: "azure-native:hybridcompute/v20200815preview:PrivateEndpointConnection" }, { type: "azure-native:hybridcompute/v20210128preview:PrivateEndpointConnection" }, { type: "azure-native:hybridcompute/v20210325preview:PrivateEndpointConnection" }, { type: "azure-native:hybridcompute/v20210422preview:PrivateEndpointConnection" }, { type: "azure-native:hybridcompute/v20210517preview:PrivateEndpointConnection" }, { type: "azure-native:hybridcompute/v20210520:PrivateEndpointConnection" }, { type: "azure-native:hybridcompute/v20210610preview:PrivateEndpointConnection" }, { type: "azure-native:hybridcompute/v20211210preview:PrivateEndpointConnection" }, { type: "azure-native:hybridcompute/v20220310:PrivateEndpointConnection" }, { type: "azure-native:hybridcompute/v20220510preview:PrivateEndpointConnection" }, { type: "azure-native:hybridcompute/v20220811preview:PrivateEndpointConnection" }, { type: "azure-native:hybridcompute/v20221227preview:PrivateEndpointConnection" }] };
65
+ const aliasOpts = { aliases: [{ type: "azure-native:hybridcompute:PrivateEndpointConnection" }, { type: "azure-native:hybridcompute/v20200815preview:PrivateEndpointConnection" }, { type: "azure-native:hybridcompute/v20210128preview:PrivateEndpointConnection" }, { type: "azure-native:hybridcompute/v20210325preview:PrivateEndpointConnection" }, { type: "azure-native:hybridcompute/v20210422preview:PrivateEndpointConnection" }, { type: "azure-native:hybridcompute/v20210517preview:PrivateEndpointConnection" }, { type: "azure-native:hybridcompute/v20210520:PrivateEndpointConnection" }, { type: "azure-native:hybridcompute/v20210610preview:PrivateEndpointConnection" }, { type: "azure-native:hybridcompute/v20211210preview:PrivateEndpointConnection" }, { type: "azure-native:hybridcompute/v20220310:PrivateEndpointConnection" }, { type: "azure-native:hybridcompute/v20220510preview:PrivateEndpointConnection" }, { type: "azure-native:hybridcompute/v20220811preview:PrivateEndpointConnection" }, { type: "azure-native:hybridcompute/v20221227:PrivateEndpointConnection" }, { type: "azure-native:hybridcompute/v20221227preview:PrivateEndpointConnection" }] };
66
66
  opts = pulumi.mergeOptions(opts, aliasOpts);
67
67
  super(PrivateEndpointConnection.__pulumiType, name, resourceInputs, opts);
68
68
  }
@@ -70,4 +70,4 @@ class PrivateEndpointConnection extends pulumi.CustomResource {
70
70
  exports.PrivateEndpointConnection = PrivateEndpointConnection;
71
71
  /** @internal */
72
72
  PrivateEndpointConnection.__pulumiType = 'azure-native:hybridcompute/v20221110:PrivateEndpointConnection';
73
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJpdmF0ZUVuZHBvaW50Q29ubmVjdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2h5YnJpZGNvbXB1dGUvdjIwMjIxMTEwL3ByaXZhdGVFbmRwb2ludENvbm5lY3Rpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHdFQUF3RTtBQUN4RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsTUFBYSx5QkFBMEIsU0FBUSxNQUFNLENBQUMsY0FBYztJQUNoRTs7Ozs7OztPQU9HO0lBQ0ksTUFBTSxDQUFDLEdBQUcsQ0FBQyxJQUFZLEVBQUUsRUFBMkIsRUFBRSxJQUFtQztRQUM1RixPQUFPLElBQUkseUJBQXlCLENBQUMsSUFBSSxFQUFFLFNBQWdCLGtDQUFPLElBQUksS0FBRSxFQUFFLEVBQUUsRUFBRSxJQUFHLENBQUM7SUFDdEYsQ0FBQztJQUtEOzs7T0FHRztJQUNJLE1BQU0sQ0FBQyxVQUFVLENBQUMsR0FBUTtRQUM3QixJQUFJLEdBQUcsS0FBSyxTQUFTLElBQUksR0FBRyxLQUFLLElBQUksRUFBRTtZQUNuQyxPQUFPLEtBQUssQ0FBQztTQUNoQjtRQUNELE9BQU8sR0FBRyxDQUFDLGNBQWMsQ0FBQyxLQUFLLHlCQUF5QixDQUFDLFlBQVksQ0FBQztJQUMxRSxDQUFDO0lBbUJEOzs7Ozs7T0FNRztJQUNILFlBQVksSUFBWSxFQUFFLElBQW1DLEVBQUUsSUFBbUM7UUFDOUYsSUFBSSxjQUFjLEdBQWtCLEVBQUUsQ0FBQztRQUN2QyxJQUFJLEdBQUcsSUFBSSxJQUFJLEVBQUUsQ0FBQztRQUNsQixJQUFJLENBQUMsSUFBSSxDQUFDLEVBQUUsRUFBRTtZQUNWLElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsaUJBQWlCLEtBQUssU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO2dCQUM5RCxNQUFNLElBQUksS0FBSyxDQUFDLCtD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
73
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJpdmF0ZUVuZHBvaW50Q29ubmVjdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2h5YnJpZGNvbXB1dGUvdjIwMjIxMTEwL3ByaXZhdGVFbmRwb2ludENvbm5lY3Rpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHdFQUF3RTtBQUN4RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsTUFBYSx5QkFBMEIsU0FBUSxNQUFNLENBQUMsY0FBYztJQUNoRTs7Ozs7OztPQU9HO0lBQ0ksTUFBTSxDQUFDLEdBQUcsQ0FBQyxJQUFZLEVBQUUsRUFBMkIsRUFBRSxJQUFtQztRQUM1RixPQUFPLElBQUkseUJBQXlCLENBQUMsSUFBSSxFQUFFLFNBQWdCLGtDQUFPLElBQUksS0FBRSxFQUFFLEVBQUUsRUFBRSxJQUFHLENBQUM7SUFDdEYsQ0FBQztJQUtEOzs7T0FHRztJQUNJLE1BQU0sQ0FBQyxVQUFVLENBQUMsR0FBUTtRQUM3QixJQUFJLEdBQUcsS0FBSyxTQUFTLElBQUksR0FBRyxLQUFLLElBQUksRUFBRTtZQUNuQyxPQUFPLEtBQUssQ0FBQztTQUNoQjtRQUNELE9BQU8sR0FBRyxDQUFDLGNBQWMsQ0FBQyxLQUFLLHlCQUF5QixDQUFDLFlBQVksQ0FBQztJQUMxRSxDQUFDO0lBbUJEOzs7Ozs7T0FNRztJQUNILFlBQVksSUFBWSxFQUFFLElBQW1DLEVBQUUsSUFBbUM7UUFDOUYsSUFBSSxjQUFjLEdBQWtCLEVBQUUsQ0FBQztRQUN2QyxJQUFJLEdBQUcsSUFBSSxJQUFJLEVBQUUsQ0FBQztRQUNsQixJQUFJLENBQUMsSUFBSSxDQUFDLEVBQUUsRUFBRTtZQUNWLElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsaUJBQWlCLEtBQUssU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO2dCQUM5RCxNQUFNLElBQUksS0FBSyxDQUFDLCtD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
@@ -62,7 +62,7 @@ class PrivateLinkScope extends pulumi.CustomResource {
62
62
  resourceInputs["type"] = undefined /*out*/;
63
63
  }
64
64
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
65
- const aliasOpts = { aliases: [{ type: "azure-native:hybridcompute:PrivateLinkScope" }, { type: "azure-native:hybridcompute/v20200815preview:PrivateLinkScope" }, { type: "azure-native:hybridcompute/v20210128preview:PrivateLinkScope" }, { type: "azure-native:hybridcompute/v20210325preview:PrivateLinkScope" }, { type: "azure-native:hybridcompute/v20210422preview:PrivateLinkScope" }, { type: "azure-native:hybridcompute/v20210517preview:PrivateLinkScope" }, { type: "azure-native:hybridcompute/v20210520:PrivateLinkScope" }, { type: "azure-native:hybridcompute/v20210610preview:PrivateLinkScope" }, { type: "azure-native:hybridcompute/v20211210preview:PrivateLinkScope" }, { type: "azure-native:hybridcompute/v20220310:PrivateLinkScope" }, { type: "azure-native:hybridcompute/v20220510preview:PrivateLinkScope" }, { type: "azure-native:hybridcompute/v20220811preview:PrivateLinkScope" }, { type: "azure-native:hybridcompute/v20221227preview:PrivateLinkScope" }] };
65
+ const aliasOpts = { aliases: [{ type: "azure-native:hybridcompute:PrivateLinkScope" }, { type: "azure-native:hybridcompute/v20200815preview:PrivateLinkScope" }, { type: "azure-native:hybridcompute/v20210128preview:PrivateLinkScope" }, { type: "azure-native:hybridcompute/v20210325preview:PrivateLinkScope" }, { type: "azure-native:hybridcompute/v20210422preview:PrivateLinkScope" }, { type: "azure-native:hybridcompute/v20210517preview:PrivateLinkScope" }, { type: "azure-native:hybridcompute/v20210520:PrivateLinkScope" }, { type: "azure-native:hybridcompute/v20210610preview:PrivateLinkScope" }, { type: "azure-native:hybridcompute/v20211210preview:PrivateLinkScope" }, { type: "azure-native:hybridcompute/v20220310:PrivateLinkScope" }, { type: "azure-native:hybridcompute/v20220510preview:PrivateLinkScope" }, { type: "azure-native:hybridcompute/v20220811preview:PrivateLinkScope" }, { type: "azure-native:hybridcompute/v20221227:PrivateLinkScope" }, { type: "azure-native:hybridcompute/v20221227preview:PrivateLinkScope" }] };
66
66
  opts = pulumi.mergeOptions(opts, aliasOpts);
67
67
  super(PrivateLinkScope.__pulumiType, name, resourceInputs, opts);
68
68
  }
@@ -70,4 +70,4 @@ class PrivateLinkScope extends pulumi.CustomResource {
70
70
  exports.PrivateLinkScope = PrivateLinkScope;
71
71
  /** @internal */
72
72
  PrivateLinkScope.__pulumiType = 'azure-native:hybridcompute/v20221110:PrivateLinkScope';
73
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJpdmF0ZUxpbmtTY29wZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2h5YnJpZGNvbXB1dGUvdjIwMjIxMTEwL3ByaXZhdGVMaW5rU2NvcGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHdFQUF3RTtBQUN4RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsTUFBYSxnQkFBaUIsU0FBUSxNQUFNLENBQUMsY0FBYztJQUN2RDs7Ozs7OztPQU9HO0lBQ0ksTUFBTSxDQUFDLEdBQUcsQ0FBQyxJQUFZLEVBQUUsRUFBMkIsRUFBRSxJQUFtQztRQUM1RixPQUFPLElBQUksZ0JBQWdCLENBQUMsSUFBSSxFQUFFLFNBQWdCLGtDQUFPLElBQUksS0FBRSxFQUFFLEVBQUUsRUFBRSxJQUFHLENBQUM7SUFDN0UsQ0FBQztJQUtEOzs7T0FHRztJQUNJLE1BQU0sQ0FBQyxVQUFVLENBQUMsR0FBUTtRQUM3QixJQUFJLEdBQUcsS0FBSyxTQUFTLElBQUksR0FBRyxLQUFLLElBQUksRUFBRTtZQUNuQyxPQUFPLEtBQUssQ0FBQztTQUNoQjtRQUNELE9BQU8sR0FBRyxDQUFDLGNBQWMsQ0FBQyxLQUFLLGdCQUFnQixDQUFDLFlBQVksQ0FBQztJQUNqRSxDQUFDO0lBMkJEOzs7Ozs7T0FNRztJQUNILFlBQVksSUFBWSxFQUFFLElBQTBCLEVBQUUsSUFBbUM7UUFDckYsSUFBSSxjQUFjLEdBQWtCLEVBQUUsQ0FBQztRQUN2QyxJQUFJLEdBQUcsSUFBSSxJQUFJLEVBQUUsQ0FBQztRQUNsQixJQUFJLENBQUMsSUFBSSxDQUFDLEVBQUUsRUFBRTtZQUNWLElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsaUJBQWlCLEtBQUssU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO2dCQUM5RCxNQUFNLElBQUksS0FBSyxDQUFDLCtDQUErQyxDQUFDLENBQUM7YUFD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
73
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJpdmF0ZUxpbmtTY29wZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2h5YnJpZGNvbXB1dGUvdjIwMjIxMTEwL3ByaXZhdGVMaW5rU2NvcGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHdFQUF3RTtBQUN4RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsTUFBYSxnQkFBaUIsU0FBUSxNQUFNLENBQUMsY0FBYztJQUN2RDs7Ozs7OztPQU9HO0lBQ0ksTUFBTSxDQUFDLEdBQUcsQ0FBQyxJQUFZLEVBQUUsRUFBMkIsRUFBRSxJQUFtQztRQUM1RixPQUFPLElBQUksZ0JBQWdCLENBQUMsSUFBSSxFQUFFLFNBQWdCLGtDQUFPLElBQUksS0FBRSxFQUFFLEVBQUUsRUFBRSxJQUFHLENBQUM7SUFDN0UsQ0FBQztJQUtEOzs7T0FHRztJQUNJLE1BQU0sQ0FBQyxVQUFVLENBQUMsR0FBUTtRQUM3QixJQUFJLEdBQUcsS0FBSyxTQUFTLElBQUksR0FBRyxLQUFLLElBQUksRUFBRTtZQUNuQyxPQUFPLEtBQUssQ0FBQztTQUNoQjtRQUNELE9BQU8sR0FBRyxDQUFDLGNBQWMsQ0FBQyxLQUFLLGdCQUFnQixDQUFDLFlBQVksQ0FBQztJQUNqRSxDQUFDO0lBMkJEOzs7Ozs7T0FNRztJQUNILFlBQVksSUFBWSxFQUFFLElBQTBCLEVBQUUsSUFBbUM7UUFDckYsSUFBSSxjQUFjLEdBQWtCLEVBQUUsQ0FBQztRQUN2QyxJQUFJLEdBQUcsSUFBSSxJQUFJLEVBQUUsQ0FBQztRQUNsQixJQUFJLENBQUMsSUFBSSxDQUFDLEVBQUUsRUFBRTtZQUNWLElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsaUJBQWlCLEtBQUssU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO2dCQUM5RCxNQUFNLElBQUksS0FBSyxDQUFDLCtDQUErQyxDQUFDLENBQUM7YUFD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
@@ -0,0 +1,191 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../../types/output";
3
+ /**
4
+ * Retrieves information about the model view or the instance view of a hybrid machine.
5
+ */
6
+ export declare function getMachine(args: GetMachineArgs, opts?: pulumi.InvokeOptions): Promise<GetMachineResult>;
7
+ export interface GetMachineArgs {
8
+ /**
9
+ * The expand expression to apply on the operation.
10
+ */
11
+ expand?: string;
12
+ /**
13
+ * The name of the hybrid machine.
14
+ */
15
+ machineName: string;
16
+ /**
17
+ * The name of the resource group. The name is case insensitive.
18
+ */
19
+ resourceGroupName: string;
20
+ }
21
+ /**
22
+ * Describes a hybrid machine.
23
+ */
24
+ export interface GetMachineResult {
25
+ /**
26
+ * Specifies the AD fully qualified display name.
27
+ */
28
+ readonly adFqdn: string;
29
+ /**
30
+ * Configurable properties that the user can set locally via the azcmagent config command, or remotely via ARM.
31
+ */
32
+ readonly agentConfiguration: outputs.hybridcompute.v20221227.AgentConfigurationResponse;
33
+ /**
34
+ * The info of the machine w.r.t Agent Upgrade
35
+ */
36
+ readonly agentUpgrade?: outputs.hybridcompute.v20221227.AgentUpgradeResponse;
37
+ /**
38
+ * The hybrid machine agent full version.
39
+ */
40
+ readonly agentVersion: string;
41
+ /**
42
+ * Public Key that the client provides to be used during initial resource onboarding
43
+ */
44
+ readonly clientPublicKey?: string;
45
+ /**
46
+ * The metadata of the cloud environment (Azure/GCP/AWS/OCI...).
47
+ */
48
+ readonly cloudMetadata?: outputs.hybridcompute.v20221227.CloudMetadataResponse;
49
+ /**
50
+ * Detected properties from the machine.
51
+ */
52
+ readonly detectedProperties: {
53
+ [key: string]: string;
54
+ };
55
+ /**
56
+ * Specifies the hybrid machine display name.
57
+ */
58
+ readonly displayName: string;
59
+ /**
60
+ * Specifies the DNS fully qualified display name.
61
+ */
62
+ readonly dnsFqdn: string;
63
+ /**
64
+ * Specifies the Windows domain name.
65
+ */
66
+ readonly domainName: string;
67
+ /**
68
+ * Details about the error state.
69
+ */
70
+ readonly errorDetails: outputs.hybridcompute.v20221227.ErrorDetailResponse[];
71
+ /**
72
+ * Machine Extensions information (deprecated field)
73
+ */
74
+ readonly extensions?: outputs.hybridcompute.v20221227.MachineExtensionInstanceViewResponse[];
75
+ /**
76
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
77
+ */
78
+ readonly id: string;
79
+ /**
80
+ * Identity for the resource.
81
+ */
82
+ readonly identity?: outputs.hybridcompute.v20221227.IdentityResponse;
83
+ /**
84
+ * The time of the last status change.
85
+ */
86
+ readonly lastStatusChange: string;
87
+ /**
88
+ * The geo-location where the resource lives
89
+ */
90
+ readonly location: string;
91
+ /**
92
+ * Metadata pertaining to the geographic location of the resource.
93
+ */
94
+ readonly locationData?: outputs.hybridcompute.v20221227.LocationDataResponse;
95
+ /**
96
+ * Specifies the hybrid machine FQDN.
97
+ */
98
+ readonly machineFqdn: string;
99
+ /**
100
+ * Specifies whether any MS SQL instance is discovered on the machine.
101
+ */
102
+ readonly mssqlDiscovered?: string;
103
+ /**
104
+ * The name of the resource
105
+ */
106
+ readonly name: string;
107
+ /**
108
+ * The Operating System running on the hybrid machine.
109
+ */
110
+ readonly osName: string;
111
+ /**
112
+ * Specifies the operating system settings for the hybrid machine.
113
+ */
114
+ readonly osProfile?: outputs.hybridcompute.v20221227.OSProfileResponse;
115
+ /**
116
+ * Specifies the Operating System product SKU.
117
+ */
118
+ readonly osSku: string;
119
+ /**
120
+ * The type of Operating System (windows/linux).
121
+ */
122
+ readonly osType?: string;
123
+ /**
124
+ * The version of Operating System running on the hybrid machine.
125
+ */
126
+ readonly osVersion: string;
127
+ /**
128
+ * The resource id of the parent cluster (Azure HCI) this machine is assigned to, if any.
129
+ */
130
+ readonly parentClusterResourceId?: string;
131
+ /**
132
+ * The resource id of the private link scope this machine is assigned to, if any.
133
+ */
134
+ readonly privateLinkScopeResourceId?: string;
135
+ /**
136
+ * The provisioning state, which only appears in the response.
137
+ */
138
+ readonly provisioningState: string;
139
+ /**
140
+ * The list of extensions affiliated to the machine
141
+ */
142
+ readonly resources: outputs.hybridcompute.v20221227.MachineExtensionResponse[];
143
+ /**
144
+ * Statuses of dependent services that are reported back to ARM.
145
+ */
146
+ readonly serviceStatuses?: outputs.hybridcompute.v20221227.ServiceStatusesResponse;
147
+ /**
148
+ * The status of the hybrid machine agent.
149
+ */
150
+ readonly status: string;
151
+ /**
152
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
153
+ */
154
+ readonly systemData: outputs.hybridcompute.v20221227.SystemDataResponse;
155
+ /**
156
+ * Resource tags.
157
+ */
158
+ readonly tags?: {
159
+ [key: string]: string;
160
+ };
161
+ /**
162
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
163
+ */
164
+ readonly type: string;
165
+ /**
166
+ * Specifies the hybrid machine unique ID.
167
+ */
168
+ readonly vmId?: string;
169
+ /**
170
+ * Specifies the Arc Machine's unique SMBIOS ID
171
+ */
172
+ readonly vmUuid: string;
173
+ }
174
+ /**
175
+ * Retrieves information about the model view or the instance view of a hybrid machine.
176
+ */
177
+ export declare function getMachineOutput(args: GetMachineOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetMachineResult>;
178
+ export interface GetMachineOutputArgs {
179
+ /**
180
+ * The expand expression to apply on the operation.
181
+ */
182
+ expand?: pulumi.Input<string>;
183
+ /**
184
+ * The name of the hybrid machine.
185
+ */
186
+ machineName: pulumi.Input<string>;
187
+ /**
188
+ * The name of the resource group. The name is case insensitive.
189
+ */
190
+ resourceGroupName: pulumi.Input<string>;
191
+ }
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi SDK Generator. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getMachineOutput = exports.getMachine = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * Retrieves information about the model view or the instance view of a hybrid machine.
10
+ */
11
+ function getMachine(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("azure-native:hybridcompute/v20221227:getMachine", {
14
+ "expand": args.expand,
15
+ "machineName": args.machineName,
16
+ "resourceGroupName": args.resourceGroupName,
17
+ }, opts);
18
+ }
19
+ exports.getMachine = getMachine;
20
+ /**
21
+ * Retrieves information about the model view or the instance view of a hybrid machine.
22
+ */
23
+ function getMachineOutput(args, opts) {
24
+ return pulumi.output(args).apply((a) => getMachine(a, opts));
25
+ }
26
+ exports.getMachineOutput = getMachineOutput;
27
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0TWFjaGluZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2h5YnJpZGNvbXB1dGUvdjIwMjIxMjI3L2dldE1hY2hpbmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHdFQUF3RTtBQUN4RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsU0FBZ0IsVUFBVSxDQUFDLElBQW9CLEVBQUUsSUFBMkI7SUFFeEUsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxJQUFJLEVBQUUsQ0FBQyxDQUFDO0lBQ3pFLE9BQU8sTUFBTSxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsaURBQWlELEVBQUU7UUFDNUUsUUFBUSxFQUFFLElBQUksQ0FBQyxNQUFNO1FBQ3JCLGFBQWEsRUFBRSxJQUFJLENBQUMsV0FBVztRQUMvQixtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO0tBQzlDLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBUkQsZ0NBUUM7QUFzS0Q7O0dBRUc7QUFDSCxTQUFnQixnQkFBZ0IsQ0FBQyxJQUEwQixFQUFFLElBQTJCO0lBQ3BGLE9BQU8sTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFNLEVBQUUsRUFBRSxDQUFDLFVBQVUsQ0FBQyxDQUFDLEVBQUUsSUFBSSxDQUFDLENBQUMsQ0FBQTtBQUNyRSxDQUFDO0FBRkQsNENBRUMifQ==
@@ -0,0 +1,105 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../../types/output";
3
+ /**
4
+ * The operation to get the extension.
5
+ */
6
+ export declare function getMachineExtension(args: GetMachineExtensionArgs, opts?: pulumi.InvokeOptions): Promise<GetMachineExtensionResult>;
7
+ export interface GetMachineExtensionArgs {
8
+ /**
9
+ * The name of the machine extension.
10
+ */
11
+ extensionName: string;
12
+ /**
13
+ * The name of the machine containing the extension.
14
+ */
15
+ machineName: string;
16
+ /**
17
+ * The name of the resource group. The name is case insensitive.
18
+ */
19
+ resourceGroupName: string;
20
+ }
21
+ /**
22
+ * Describes a Machine Extension.
23
+ */
24
+ export interface GetMachineExtensionResult {
25
+ /**
26
+ * Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
27
+ */
28
+ readonly autoUpgradeMinorVersion?: boolean;
29
+ /**
30
+ * Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available.
31
+ */
32
+ readonly enableAutomaticUpgrade?: boolean;
33
+ /**
34
+ * How the extension handler should be forced to update even if the extension configuration has not changed.
35
+ */
36
+ readonly forceUpdateTag?: string;
37
+ /**
38
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
39
+ */
40
+ readonly id: string;
41
+ /**
42
+ * The machine extension instance view.
43
+ */
44
+ readonly instanceView?: outputs.hybridcompute.v20221227.MachineExtensionInstanceViewResponse;
45
+ /**
46
+ * The geo-location where the resource lives
47
+ */
48
+ readonly location: string;
49
+ /**
50
+ * The name of the resource
51
+ */
52
+ readonly name: string;
53
+ /**
54
+ * The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
55
+ */
56
+ readonly protectedSettings?: any;
57
+ /**
58
+ * The provisioning state, which only appears in the response.
59
+ */
60
+ readonly provisioningState: string;
61
+ /**
62
+ * The name of the extension handler publisher.
63
+ */
64
+ readonly publisher?: string;
65
+ /**
66
+ * Json formatted public settings for the extension.
67
+ */
68
+ readonly settings?: any;
69
+ /**
70
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
71
+ */
72
+ readonly systemData: outputs.hybridcompute.v20221227.SystemDataResponse;
73
+ /**
74
+ * Resource tags.
75
+ */
76
+ readonly tags?: {
77
+ [key: string]: string;
78
+ };
79
+ /**
80
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
81
+ */
82
+ readonly type: string;
83
+ /**
84
+ * Specifies the version of the script handler.
85
+ */
86
+ readonly typeHandlerVersion?: string;
87
+ }
88
+ /**
89
+ * The operation to get the extension.
90
+ */
91
+ export declare function getMachineExtensionOutput(args: GetMachineExtensionOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetMachineExtensionResult>;
92
+ export interface GetMachineExtensionOutputArgs {
93
+ /**
94
+ * The name of the machine extension.
95
+ */
96
+ extensionName: pulumi.Input<string>;
97
+ /**
98
+ * The name of the machine containing the extension.
99
+ */
100
+ machineName: pulumi.Input<string>;
101
+ /**
102
+ * The name of the resource group. The name is case insensitive.
103
+ */
104
+ resourceGroupName: pulumi.Input<string>;
105
+ }
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi SDK Generator. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getMachineExtensionOutput = exports.getMachineExtension = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * The operation to get the extension.
10
+ */
11
+ function getMachineExtension(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("azure-native:hybridcompute/v20221227:getMachineExtension", {
14
+ "extensionName": args.extensionName,
15
+ "machineName": args.machineName,
16
+ "resourceGroupName": args.resourceGroupName,
17
+ }, opts);
18
+ }
19
+ exports.getMachineExtension = getMachineExtension;
20
+ /**
21
+ * The operation to get the extension.
22
+ */
23
+ function getMachineExtensionOutput(args, opts) {
24
+ return pulumi.output(args).apply((a) => getMachineExtension(a, opts));
25
+ }
26
+ exports.getMachineExtensionOutput = getMachineExtensionOutput;
27
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0TWFjaGluZUV4dGVuc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2h5YnJpZGNvbXB1dGUvdjIwMjIxMjI3L2dldE1hY2hpbmVFeHRlbnNpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHdFQUF3RTtBQUN4RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsU0FBZ0IsbUJBQW1CLENBQUMsSUFBNkIsRUFBRSxJQUEyQjtJQUUxRixJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQywwREFBMEQsRUFBRTtRQUNyRixlQUFlLEVBQUUsSUFBSSxDQUFDLGFBQWE7UUFDbkMsYUFBYSxFQUFFLElBQUksQ0FBQyxXQUFXO1FBQy9CLG1CQUFtQixFQUFFLElBQUksQ0FBQyxpQkFBaUI7S0FDOUMsRUFBRSxJQUFJLENBQUMsQ0FBQztBQUNiLENBQUM7QUFSRCxrREFRQztBQWtGRDs7R0FFRztBQUNILFNBQWdCLHlCQUF5QixDQUFDLElBQW1DLEVBQUUsSUFBMkI7SUFDdEcsT0FBTyxNQUFNLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQU0sRUFBRSxFQUFFLENBQUMsbUJBQW1CLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxDQUFDLENBQUE7QUFDOUUsQ0FBQztBQUZELDhEQUVDIn0=
@@ -0,0 +1,63 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../../types/output";
3
+ /**
4
+ * Gets a private endpoint connection.
5
+ */
6
+ export declare function getPrivateEndpointConnection(args: GetPrivateEndpointConnectionArgs, opts?: pulumi.InvokeOptions): Promise<GetPrivateEndpointConnectionResult>;
7
+ export interface GetPrivateEndpointConnectionArgs {
8
+ /**
9
+ * The name of the private endpoint connection.
10
+ */
11
+ privateEndpointConnectionName: string;
12
+ /**
13
+ * The name of the resource group. The name is case insensitive.
14
+ */
15
+ resourceGroupName: string;
16
+ /**
17
+ * The name of the Azure Arc PrivateLinkScope resource.
18
+ */
19
+ scopeName: string;
20
+ }
21
+ /**
22
+ * A private endpoint connection
23
+ */
24
+ export interface GetPrivateEndpointConnectionResult {
25
+ /**
26
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
27
+ */
28
+ readonly id: string;
29
+ /**
30
+ * The name of the resource
31
+ */
32
+ readonly name: string;
33
+ /**
34
+ * Resource properties.
35
+ */
36
+ readonly properties: outputs.hybridcompute.v20221227.PrivateEndpointConnectionPropertiesResponse;
37
+ /**
38
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
39
+ */
40
+ readonly systemData: outputs.hybridcompute.v20221227.SystemDataResponse;
41
+ /**
42
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
43
+ */
44
+ readonly type: string;
45
+ }
46
+ /**
47
+ * Gets a private endpoint connection.
48
+ */
49
+ export declare function getPrivateEndpointConnectionOutput(args: GetPrivateEndpointConnectionOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetPrivateEndpointConnectionResult>;
50
+ export interface GetPrivateEndpointConnectionOutputArgs {
51
+ /**
52
+ * The name of the private endpoint connection.
53
+ */
54
+ privateEndpointConnectionName: pulumi.Input<string>;
55
+ /**
56
+ * The name of the resource group. The name is case insensitive.
57
+ */
58
+ resourceGroupName: pulumi.Input<string>;
59
+ /**
60
+ * The name of the Azure Arc PrivateLinkScope resource.
61
+ */
62
+ scopeName: pulumi.Input<string>;
63
+ }
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi SDK Generator. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getPrivateEndpointConnectionOutput = exports.getPrivateEndpointConnection = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * Gets a private endpoint connection.
10
+ */
11
+ function getPrivateEndpointConnection(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("azure-native:hybridcompute/v20221227:getPrivateEndpointConnection", {
14
+ "privateEndpointConnectionName": args.privateEndpointConnectionName,
15
+ "resourceGroupName": args.resourceGroupName,
16
+ "scopeName": args.scopeName,
17
+ }, opts);
18
+ }
19
+ exports.getPrivateEndpointConnection = getPrivateEndpointConnection;
20
+ /**
21
+ * Gets a private endpoint connection.
22
+ */
23
+ function getPrivateEndpointConnectionOutput(args, opts) {
24
+ return pulumi.output(args).apply((a) => getPrivateEndpointConnection(a, opts));
25
+ }
26
+ exports.getPrivateEndpointConnectionOutput = getPrivateEndpointConnectionOutput;
27
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0UHJpdmF0ZUVuZHBvaW50Q29ubmVjdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2h5YnJpZGNvbXB1dGUvdjIwMjIxMjI3L2dldFByaXZhdGVFbmRwb2ludENvbm5lY3Rpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHdFQUF3RTtBQUN4RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsU0FBZ0IsNEJBQTRCLENBQUMsSUFBc0MsRUFBRSxJQUEyQjtJQUU1RyxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQyxtRUFBbUUsRUFBRTtRQUM5RiwrQkFBK0IsRUFBRSxJQUFJLENBQUMsNkJBQTZCO1FBQ25FLG1CQUFtQixFQUFFLElBQUksQ0FBQyxpQkFBaUI7UUFDM0MsV0FBVyxFQUFFLElBQUksQ0FBQyxTQUFTO0tBQzlCLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBUkQsb0VBUUM7QUEwQ0Q7O0dBRUc7QUFDSCxTQUFnQixrQ0FBa0MsQ0FBQyxJQUE0QyxFQUFFLElBQTJCO0lBQ3hILE9BQU8sTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFNLEVBQUUsRUFBRSxDQUFDLDRCQUE0QixDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFBO0FBQ3ZGLENBQUM7QUFGRCxnRkFFQyJ9
@@ -0,0 +1,65 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../../types/output";
3
+ /**
4
+ * Returns a Azure Arc PrivateLinkScope.
5
+ */
6
+ export declare function getPrivateLinkScope(args: GetPrivateLinkScopeArgs, opts?: pulumi.InvokeOptions): Promise<GetPrivateLinkScopeResult>;
7
+ export interface GetPrivateLinkScopeArgs {
8
+ /**
9
+ * The name of the resource group. The name is case insensitive.
10
+ */
11
+ resourceGroupName: string;
12
+ /**
13
+ * The name of the Azure Arc PrivateLinkScope resource.
14
+ */
15
+ scopeName: string;
16
+ }
17
+ /**
18
+ * An Azure Arc PrivateLinkScope definition.
19
+ */
20
+ export interface GetPrivateLinkScopeResult {
21
+ /**
22
+ * Azure resource Id
23
+ */
24
+ readonly id: string;
25
+ /**
26
+ * Resource location
27
+ */
28
+ readonly location: string;
29
+ /**
30
+ * Azure resource name
31
+ */
32
+ readonly name: string;
33
+ /**
34
+ * Properties that define a Azure Arc PrivateLinkScope resource.
35
+ */
36
+ readonly properties: outputs.hybridcompute.v20221227.HybridComputePrivateLinkScopePropertiesResponse;
37
+ /**
38
+ * The system meta data relating to this resource.
39
+ */
40
+ readonly systemData: outputs.hybridcompute.v20221227.SystemDataResponse;
41
+ /**
42
+ * Resource tags
43
+ */
44
+ readonly tags?: {
45
+ [key: string]: string;
46
+ };
47
+ /**
48
+ * Azure resource type
49
+ */
50
+ readonly type: string;
51
+ }
52
+ /**
53
+ * Returns a Azure Arc PrivateLinkScope.
54
+ */
55
+ export declare function getPrivateLinkScopeOutput(args: GetPrivateLinkScopeOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetPrivateLinkScopeResult>;
56
+ export interface GetPrivateLinkScopeOutputArgs {
57
+ /**
58
+ * The name of the resource group. The name is case insensitive.
59
+ */
60
+ resourceGroupName: pulumi.Input<string>;
61
+ /**
62
+ * The name of the Azure Arc PrivateLinkScope resource.
63
+ */
64
+ scopeName: pulumi.Input<string>;
65
+ }
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi SDK Generator. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getPrivateLinkScopeOutput = exports.getPrivateLinkScope = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * Returns a Azure Arc PrivateLinkScope.
10
+ */
11
+ function getPrivateLinkScope(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("azure-native:hybridcompute/v20221227:getPrivateLinkScope", {
14
+ "resourceGroupName": args.resourceGroupName,
15
+ "scopeName": args.scopeName,
16
+ }, opts);
17
+ }
18
+ exports.getPrivateLinkScope = getPrivateLinkScope;
19
+ /**
20
+ * Returns a Azure Arc PrivateLinkScope.
21
+ */
22
+ function getPrivateLinkScopeOutput(args, opts) {
23
+ return pulumi.output(args).apply((a) => getPrivateLinkScope(a, opts));
24
+ }
25
+ exports.getPrivateLinkScopeOutput = getPrivateLinkScopeOutput;
26
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0UHJpdmF0ZUxpbmtTY29wZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2h5YnJpZGNvbXB1dGUvdjIwMjIxMjI3L2dldFByaXZhdGVMaW5rU2NvcGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHdFQUF3RTtBQUN4RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsU0FBZ0IsbUJBQW1CLENBQUMsSUFBNkIsRUFBRSxJQUEyQjtJQUUxRixJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQywwREFBMEQsRUFBRTtRQUNyRixtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO1FBQzNDLFdBQVcsRUFBRSxJQUFJLENBQUMsU0FBUztLQUM5QixFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ2IsQ0FBQztBQVBELGtEQU9DO0FBOENEOztHQUVHO0FBQ0gsU0FBZ0IseUJBQXlCLENBQUMsSUFBbUMsRUFBRSxJQUEyQjtJQUN0RyxPQUFPLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBTSxFQUFFLEVBQUUsQ0FBQyxtQkFBbUIsQ0FBQyxDQUFDLEVBQUUsSUFBSSxDQUFDLENBQUMsQ0FBQTtBQUM5RSxDQUFDO0FBRkQsOERBRUMifQ==
@@ -0,0 +1,25 @@
1
+ export { GetMachineArgs, GetMachineResult, GetMachineOutputArgs } from "./getMachine";
2
+ export declare const getMachine: typeof import("./getMachine").getMachine;
3
+ export declare const getMachineOutput: typeof import("./getMachine").getMachineOutput;
4
+ export { GetMachineExtensionArgs, GetMachineExtensionResult, GetMachineExtensionOutputArgs } from "./getMachineExtension";
5
+ export declare const getMachineExtension: typeof import("./getMachineExtension").getMachineExtension;
6
+ export declare const getMachineExtensionOutput: typeof import("./getMachineExtension").getMachineExtensionOutput;
7
+ export { GetPrivateEndpointConnectionArgs, GetPrivateEndpointConnectionResult, GetPrivateEndpointConnectionOutputArgs } from "./getPrivateEndpointConnection";
8
+ export declare const getPrivateEndpointConnection: typeof import("./getPrivateEndpointConnection").getPrivateEndpointConnection;
9
+ export declare const getPrivateEndpointConnectionOutput: typeof import("./getPrivateEndpointConnection").getPrivateEndpointConnectionOutput;
10
+ export { GetPrivateLinkScopeArgs, GetPrivateLinkScopeResult, GetPrivateLinkScopeOutputArgs } from "./getPrivateLinkScope";
11
+ export declare const getPrivateLinkScope: typeof import("./getPrivateLinkScope").getPrivateLinkScope;
12
+ export declare const getPrivateLinkScopeOutput: typeof import("./getPrivateLinkScope").getPrivateLinkScopeOutput;
13
+ export { MachineArgs } from "./machine";
14
+ export type Machine = import("./machine").Machine;
15
+ export declare const Machine: typeof import("./machine").Machine;
16
+ export { MachineExtensionArgs } from "./machineExtension";
17
+ export type MachineExtension = import("./machineExtension").MachineExtension;
18
+ export declare const MachineExtension: typeof import("./machineExtension").MachineExtension;
19
+ export { PrivateEndpointConnectionArgs } from "./privateEndpointConnection";
20
+ export type PrivateEndpointConnection = import("./privateEndpointConnection").PrivateEndpointConnection;
21
+ export declare const PrivateEndpointConnection: typeof import("./privateEndpointConnection").PrivateEndpointConnection;
22
+ export { PrivateLinkScopeArgs } from "./privateLinkScope";
23
+ export type PrivateLinkScope = import("./privateLinkScope").PrivateLinkScope;
24
+ export declare const PrivateLinkScope: typeof import("./privateLinkScope").PrivateLinkScope;
25
+ export * from "../../types/enums/hybridcompute/v20221227";