@pulumi/azure 6.15.0-alpha.1736575549 → 6.15.0-alpha.1736769356

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 (106) hide show
  1. package/appplatform/springCloudGatewayRouteConfig.d.ts +3 -3
  2. package/appservice/getStaticWebApp.d.ts +2 -0
  3. package/appservice/getStaticWebApp.js.map +1 -1
  4. package/appservice/linuxFunctionApp.d.ts +9 -5
  5. package/appservice/linuxFunctionApp.js +0 -2
  6. package/appservice/linuxFunctionApp.js.map +1 -1
  7. package/appservice/staticWebApp.d.ts +36 -0
  8. package/appservice/staticWebApp.js +7 -1
  9. package/appservice/staticWebApp.js.map +1 -1
  10. package/appservice/windowsFunctionApp.d.ts +9 -3
  11. package/appservice/windowsFunctionApp.js.map +1 -1
  12. package/arckubernetes/index.d.ts +3 -0
  13. package/arckubernetes/index.js +6 -1
  14. package/arckubernetes/index.js.map +1 -1
  15. package/arckubernetes/provisionedCluster.d.ts +239 -0
  16. package/arckubernetes/provisionedCluster.js +126 -0
  17. package/arckubernetes/provisionedCluster.js.map +1 -0
  18. package/batch/pool.d.ts +12 -0
  19. package/batch/pool.js +2 -0
  20. package/batch/pool.js.map +1 -1
  21. package/billing/accountCostManagementExport.d.ts +10 -0
  22. package/billing/accountCostManagementExport.js +3 -0
  23. package/billing/accountCostManagementExport.js.map +1 -1
  24. package/cdn/frontdoorCustomDomain.d.ts +3 -3
  25. package/cdn/frontdoorProfile.d.ts +14 -0
  26. package/cdn/frontdoorProfile.js +2 -0
  27. package/cdn/frontdoorProfile.js.map +1 -1
  28. package/cdn/getFrontdoorProfile.d.ts +11 -0
  29. package/cdn/getFrontdoorProfile.js +2 -0
  30. package/cdn/getFrontdoorProfile.js.map +1 -1
  31. package/compute/windowsVirtualMachine.d.ts +3 -3
  32. package/containerservice/fluxConfiguration.d.ts +9 -0
  33. package/containerservice/fluxConfiguration.js +9 -0
  34. package/containerservice/fluxConfiguration.js.map +1 -1
  35. package/containerservice/getFleetManager.d.ts +82 -0
  36. package/containerservice/getFleetManager.js +56 -0
  37. package/containerservice/getFleetManager.js.map +1 -0
  38. package/containerservice/index.d.ts +3 -0
  39. package/containerservice/index.js +4 -1
  40. package/containerservice/index.js.map +1 -1
  41. package/core/resourceGroupCostManagementExport.d.ts +13 -0
  42. package/core/resourceGroupCostManagementExport.js +3 -0
  43. package/core/resourceGroupCostManagementExport.js.map +1 -1
  44. package/core/subscriptionCostManagementExport.d.ts +13 -0
  45. package/core/subscriptionCostManagementExport.js +3 -0
  46. package/core/subscriptionCostManagementExport.js.map +1 -1
  47. package/dynatrace/index.d.ts +3 -0
  48. package/dynatrace/index.js +6 -1
  49. package/dynatrace/index.js.map +1 -1
  50. package/dynatrace/tagRules.d.ts +97 -0
  51. package/dynatrace/tagRules.js +69 -0
  52. package/dynatrace/tagRules.js.map +1 -0
  53. package/healthcare/dicomService.d.ts +51 -3
  54. package/healthcare/dicomService.js +8 -0
  55. package/healthcare/dicomService.js.map +1 -1
  56. package/healthcare/getDicomService.d.ts +18 -2
  57. package/healthcare/getDicomService.js.map +1 -1
  58. package/loganalytics/cluster.d.ts +3 -3
  59. package/machinelearning/index.d.ts +6 -0
  60. package/machinelearning/index.js +11 -1
  61. package/machinelearning/index.js.map +1 -1
  62. package/machinelearning/workspaceNetworkOutboundRulePrivateEndpoint.d.ts +194 -0
  63. package/machinelearning/workspaceNetworkOutboundRulePrivateEndpoint.js +137 -0
  64. package/machinelearning/workspaceNetworkOutboundRulePrivateEndpoint.js.map +1 -0
  65. package/machinelearning/workspaceNetworkOutboundRuleServiceTag.d.ts +161 -0
  66. package/machinelearning/workspaceNetworkOutboundRuleServiceTag.js +134 -0
  67. package/machinelearning/workspaceNetworkOutboundRuleServiceTag.js.map +1 -0
  68. package/maps/creator.d.ts +2 -0
  69. package/maps/creator.js +2 -0
  70. package/maps/creator.js.map +1 -1
  71. package/mssql/managedInstance.d.ts +214 -7
  72. package/mssql/managedInstance.js +191 -6
  73. package/mssql/managedInstance.js.map +1 -1
  74. package/mssql/managedInstanceTransparentDataEncryption.d.ts +12 -0
  75. package/mssql/managedInstanceTransparentDataEncryption.js.map +1 -1
  76. package/mssql/serverTransparentDataEncryption.d.ts +12 -3
  77. package/mssql/serverTransparentDataEncryption.js.map +1 -1
  78. package/mysql/flexibleServerActiveDirectoryAdministratory.d.ts +94 -0
  79. package/mysql/flexibleServerActiveDirectoryAdministratory.js +49 -0
  80. package/mysql/flexibleServerActiveDirectoryAdministratory.js.map +1 -1
  81. package/netapp/volume.d.ts +1 -1
  82. package/network/expressRouteConnection.d.ts +3 -3
  83. package/network/virtualNetwork.d.ts +12 -0
  84. package/network/virtualNetwork.js +2 -0
  85. package/network/virtualNetwork.js.map +1 -1
  86. package/nginx/deployment.d.ts +15 -7
  87. package/nginx/deployment.js +2 -0
  88. package/nginx/deployment.js.map +1 -1
  89. package/nginx/getDeployment.d.ts +5 -1
  90. package/nginx/getDeployment.js.map +1 -1
  91. package/package.json +2 -2
  92. package/postgresql/flexibleServer.d.ts +2 -2
  93. package/postgresql/flexibleServer.js +2 -2
  94. package/redis/cache.d.ts +6 -0
  95. package/redis/cache.js.map +1 -1
  96. package/redis/enterpriseCluster.d.ts +9 -3
  97. package/redis/enterpriseCluster.js.map +1 -1
  98. package/securitycenter/contact.d.ts +4 -4
  99. package/securitycenter/contact.js +1 -1
  100. package/storage/getAccountSAS.d.ts +4 -4
  101. package/storage/getAccountSAS.js +2 -2
  102. package/synapse/sparkPool.d.ts +10 -0
  103. package/synapse/sparkPool.js +1 -0
  104. package/synapse/sparkPool.js.map +1 -1
  105. package/types/input.d.ts +258 -24
  106. package/types/output.d.ts +278 -27
@@ -56,6 +56,18 @@ export declare class DicomService extends pulumi.CustomResource {
56
56
  * The `authentication` block as defined below.
57
57
  */
58
58
  readonly authentications: pulumi.Output<outputs.healthcare.DicomServiceAuthentication[]>;
59
+ /**
60
+ * A `cors` block as defined below.
61
+ */
62
+ readonly cors: pulumi.Output<outputs.healthcare.DicomServiceCors>;
63
+ /**
64
+ * If data partitions are enabled or not. Defaults to `false`. Changing this forces a new Healthcare DICOM Service to be created.
65
+ */
66
+ readonly dataPartitionsEnabled: pulumi.Output<boolean | undefined>;
67
+ /**
68
+ * The URL of the key to use for encryption as part of the customer-managed key encryption settings. For more details, refer to the [Azure Customer-Managed Keys Overview](https://learn.microsoft.com/en-us/azure/storage/common/customer-managed-keys-overview).
69
+ */
70
+ readonly encryptionKeyUrl: pulumi.Output<string | undefined>;
59
71
  /**
60
72
  * An `identity` block as defined below.
61
73
  */
@@ -77,6 +89,10 @@ export declare class DicomService extends pulumi.CustomResource {
77
89
  * The url of the Healthcare DICOM Services.
78
90
  */
79
91
  readonly serviceUrl: pulumi.Output<string>;
92
+ /**
93
+ * A `storage` block as defined below.
94
+ */
95
+ readonly storage: pulumi.Output<outputs.healthcare.DicomServiceStorage>;
80
96
  /**
81
97
  * A mapping of tags to assign to the Healthcare DICOM Service.
82
98
  */
@@ -84,7 +100,7 @@ export declare class DicomService extends pulumi.CustomResource {
84
100
  [key: string]: string;
85
101
  } | undefined>;
86
102
  /**
87
- * Specifies the id of the Healthcare Workspace where the Healthcare DICOM Service should exist. Changing this forces a new Healthcare DICOM Service to be created.
103
+ * Specifies the ID of the Healthcare Workspace where the Healthcare DICOM Service should exist. Changing this forces a new Healthcare DICOM Service to be created.
88
104
  */
89
105
  readonly workspaceId: pulumi.Output<string>;
90
106
  /**
@@ -104,6 +120,18 @@ export interface DicomServiceState {
104
120
  * The `authentication` block as defined below.
105
121
  */
106
122
  authentications?: pulumi.Input<pulumi.Input<inputs.healthcare.DicomServiceAuthentication>[]>;
123
+ /**
124
+ * A `cors` block as defined below.
125
+ */
126
+ cors?: pulumi.Input<inputs.healthcare.DicomServiceCors>;
127
+ /**
128
+ * If data partitions are enabled or not. Defaults to `false`. Changing this forces a new Healthcare DICOM Service to be created.
129
+ */
130
+ dataPartitionsEnabled?: pulumi.Input<boolean>;
131
+ /**
132
+ * The URL of the key to use for encryption as part of the customer-managed key encryption settings. For more details, refer to the [Azure Customer-Managed Keys Overview](https://learn.microsoft.com/en-us/azure/storage/common/customer-managed-keys-overview).
133
+ */
134
+ encryptionKeyUrl?: pulumi.Input<string>;
107
135
  /**
108
136
  * An `identity` block as defined below.
109
137
  */
@@ -125,6 +153,10 @@ export interface DicomServiceState {
125
153
  * The url of the Healthcare DICOM Services.
126
154
  */
127
155
  serviceUrl?: pulumi.Input<string>;
156
+ /**
157
+ * A `storage` block as defined below.
158
+ */
159
+ storage?: pulumi.Input<inputs.healthcare.DicomServiceStorage>;
128
160
  /**
129
161
  * A mapping of tags to assign to the Healthcare DICOM Service.
130
162
  */
@@ -132,7 +164,7 @@ export interface DicomServiceState {
132
164
  [key: string]: pulumi.Input<string>;
133
165
  }>;
134
166
  /**
135
- * Specifies the id of the Healthcare Workspace where the Healthcare DICOM Service should exist. Changing this forces a new Healthcare DICOM Service to be created.
167
+ * Specifies the ID of the Healthcare Workspace where the Healthcare DICOM Service should exist. Changing this forces a new Healthcare DICOM Service to be created.
136
168
  */
137
169
  workspaceId?: pulumi.Input<string>;
138
170
  }
@@ -140,6 +172,18 @@ export interface DicomServiceState {
140
172
  * The set of arguments for constructing a DicomService resource.
141
173
  */
142
174
  export interface DicomServiceArgs {
175
+ /**
176
+ * A `cors` block as defined below.
177
+ */
178
+ cors?: pulumi.Input<inputs.healthcare.DicomServiceCors>;
179
+ /**
180
+ * If data partitions are enabled or not. Defaults to `false`. Changing this forces a new Healthcare DICOM Service to be created.
181
+ */
182
+ dataPartitionsEnabled?: pulumi.Input<boolean>;
183
+ /**
184
+ * The URL of the key to use for encryption as part of the customer-managed key encryption settings. For more details, refer to the [Azure Customer-Managed Keys Overview](https://learn.microsoft.com/en-us/azure/storage/common/customer-managed-keys-overview).
185
+ */
186
+ encryptionKeyUrl?: pulumi.Input<string>;
143
187
  /**
144
188
  * An `identity` block as defined below.
145
189
  */
@@ -156,6 +200,10 @@ export interface DicomServiceArgs {
156
200
  * Whether to enabled public networks when data plane traffic coming from public networks while private endpoint is enabled. Defaults to `true`.
157
201
  */
158
202
  publicNetworkAccessEnabled?: pulumi.Input<boolean>;
203
+ /**
204
+ * A `storage` block as defined below.
205
+ */
206
+ storage?: pulumi.Input<inputs.healthcare.DicomServiceStorage>;
159
207
  /**
160
208
  * A mapping of tags to assign to the Healthcare DICOM Service.
161
209
  */
@@ -163,7 +211,7 @@ export interface DicomServiceArgs {
163
211
  [key: string]: pulumi.Input<string>;
164
212
  }>;
165
213
  /**
166
- * Specifies the id of the Healthcare Workspace where the Healthcare DICOM Service should exist. Changing this forces a new Healthcare DICOM Service to be created.
214
+ * Specifies the ID of the Healthcare Workspace where the Healthcare DICOM Service should exist. Changing this forces a new Healthcare DICOM Service to be created.
167
215
  */
168
216
  workspaceId: pulumi.Input<string>;
169
217
  }
@@ -47,12 +47,16 @@ class DicomService extends pulumi.CustomResource {
47
47
  if (opts.id) {
48
48
  const state = argsOrState;
49
49
  resourceInputs["authentications"] = state ? state.authentications : undefined;
50
+ resourceInputs["cors"] = state ? state.cors : undefined;
51
+ resourceInputs["dataPartitionsEnabled"] = state ? state.dataPartitionsEnabled : undefined;
52
+ resourceInputs["encryptionKeyUrl"] = state ? state.encryptionKeyUrl : undefined;
50
53
  resourceInputs["identity"] = state ? state.identity : undefined;
51
54
  resourceInputs["location"] = state ? state.location : undefined;
52
55
  resourceInputs["name"] = state ? state.name : undefined;
53
56
  resourceInputs["privateEndpoints"] = state ? state.privateEndpoints : undefined;
54
57
  resourceInputs["publicNetworkAccessEnabled"] = state ? state.publicNetworkAccessEnabled : undefined;
55
58
  resourceInputs["serviceUrl"] = state ? state.serviceUrl : undefined;
59
+ resourceInputs["storage"] = state ? state.storage : undefined;
56
60
  resourceInputs["tags"] = state ? state.tags : undefined;
57
61
  resourceInputs["workspaceId"] = state ? state.workspaceId : undefined;
58
62
  }
@@ -61,10 +65,14 @@ class DicomService extends pulumi.CustomResource {
61
65
  if ((!args || args.workspaceId === undefined) && !opts.urn) {
62
66
  throw new Error("Missing required property 'workspaceId'");
63
67
  }
68
+ resourceInputs["cors"] = args ? args.cors : undefined;
69
+ resourceInputs["dataPartitionsEnabled"] = args ? args.dataPartitionsEnabled : undefined;
70
+ resourceInputs["encryptionKeyUrl"] = args ? args.encryptionKeyUrl : undefined;
64
71
  resourceInputs["identity"] = args ? args.identity : undefined;
65
72
  resourceInputs["location"] = args ? args.location : undefined;
66
73
  resourceInputs["name"] = args ? args.name : undefined;
67
74
  resourceInputs["publicNetworkAccessEnabled"] = args ? args.publicNetworkAccessEnabled : undefined;
75
+ resourceInputs["storage"] = args ? args.storage : undefined;
68
76
  resourceInputs["tags"] = args ? args.tags : undefined;
69
77
  resourceInputs["workspaceId"] = args ? args.workspaceId : undefined;
70
78
  resourceInputs["authentications"] = undefined /*out*/;
@@ -1 +1 @@
1
- {"version":3,"file":"dicomService.js","sourceRoot":"","sources":["../../healthcare/dicomService.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"dicomService.js","sourceRoot":"","sources":["../../healthcare/dicomService.ts"],"names":[],"mappings":"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"}
@@ -26,7 +26,7 @@ export interface GetDicomServiceArgs {
26
26
  */
27
27
  name: string;
28
28
  /**
29
- * The id of the Healthcare Workspace in which the Healthcare DICOM Service exists.
29
+ * The ID of the Healthcare Workspace in which the Healthcare DICOM Service exists.
30
30
  */
31
31
  workspaceId: string;
32
32
  }
@@ -38,6 +38,18 @@ export interface GetDicomServiceResult {
38
38
  * The `authentication` block as defined below.
39
39
  */
40
40
  readonly authentications: outputs.healthcare.GetDicomServiceAuthentication[];
41
+ /**
42
+ * The `cors` block as defined below.
43
+ */
44
+ readonly cors: outputs.healthcare.GetDicomServiceCor[];
45
+ /**
46
+ * If data partitions are enabled or not.
47
+ */
48
+ readonly dataPartitionsEnabled: boolean;
49
+ /**
50
+ * The URL of the key to use for encryption as part of the customer-managed key encryption settings.
51
+ */
52
+ readonly encryptionKeyUrl: string;
41
53
  /**
42
54
  * The provider-assigned unique ID for this managed resource.
43
55
  */
@@ -53,6 +65,10 @@ export interface GetDicomServiceResult {
53
65
  * The url of the Healthcare DICOM Services.
54
66
  */
55
67
  readonly serviceUrl: string;
68
+ /**
69
+ * The `storage` block as defined below.
70
+ */
71
+ readonly storages: outputs.healthcare.GetDicomServiceStorage[];
56
72
  /**
57
73
  * A map of tags assigned to the Healthcare DICOM Service.
58
74
  */
@@ -87,7 +103,7 @@ export interface GetDicomServiceOutputArgs {
87
103
  */
88
104
  name: pulumi.Input<string>;
89
105
  /**
90
- * The id of the Healthcare Workspace in which the Healthcare DICOM Service exists.
106
+ * The ID of the Healthcare Workspace in which the Healthcare DICOM Service exists.
91
107
  */
92
108
  workspaceId: pulumi.Input<string>;
93
109
  }
@@ -1 +1 @@
1
- {"version":3,"file":"getDicomService.js","sourceRoot":"","sources":["../../healthcare/getDicomService.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,EAAE;QAC7E,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0CAMC;AA6CD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAAiC;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kDAAkD,EAAE;QACnF,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sDAMC"}
1
+ {"version":3,"file":"getDicomService.js","sourceRoot":"","sources":["../../healthcare/getDicomService.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,EAAE;QAC7E,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0CAMC;AA6DD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAAiC;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kDAAkD,EAAE;QACnF,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sDAMC"}
@@ -73,7 +73,7 @@ export declare class Cluster extends pulumi.CustomResource {
73
73
  /**
74
74
  * The capacity of the Log Analytics Cluster is specified in GB/day. Possible values include `100`, `200`, `300`, `400`, `500`, `1000`, `2000`, `5000`, `10000`, `25000`, or `50000`. Defaults to `100`.
75
75
  *
76
- * > **NOTE:** The cluster capacity must start at 100 GB and can be set to 500, 1000, 2000 or 5000 GB/day. For more information on cluster costs, see [Dedicated clusters](https://docs.microsoft.com/en-us/azure/azure-monitor/logs/cost-logs#dedicated-clusters). In v3.x the default value is `1000` GB, in v4.0 of the provider this will default to `100` GB.
76
+ * > **NOTE:** The cluster capacity must start at 100 GB and can be set to 500, 1000, 2000 or 5000 GB/day. For more information on cluster costs, see [Dedicated clusters](https://docs.microsoft.com/en-us/azure/azure-monitor/logs/cost-logs#dedicated-clusters).
77
77
  */
78
78
  readonly sizeGb: pulumi.Output<number | undefined>;
79
79
  /**
@@ -118,7 +118,7 @@ export interface ClusterState {
118
118
  /**
119
119
  * The capacity of the Log Analytics Cluster is specified in GB/day. Possible values include `100`, `200`, `300`, `400`, `500`, `1000`, `2000`, `5000`, `10000`, `25000`, or `50000`. Defaults to `100`.
120
120
  *
121
- * > **NOTE:** The cluster capacity must start at 100 GB and can be set to 500, 1000, 2000 or 5000 GB/day. For more information on cluster costs, see [Dedicated clusters](https://docs.microsoft.com/en-us/azure/azure-monitor/logs/cost-logs#dedicated-clusters). In v3.x the default value is `1000` GB, in v4.0 of the provider this will default to `100` GB.
121
+ * > **NOTE:** The cluster capacity must start at 100 GB and can be set to 500, 1000, 2000 or 5000 GB/day. For more information on cluster costs, see [Dedicated clusters](https://docs.microsoft.com/en-us/azure/azure-monitor/logs/cost-logs#dedicated-clusters).
122
122
  */
123
123
  sizeGb?: pulumi.Input<number>;
124
124
  /**
@@ -151,7 +151,7 @@ export interface ClusterArgs {
151
151
  /**
152
152
  * The capacity of the Log Analytics Cluster is specified in GB/day. Possible values include `100`, `200`, `300`, `400`, `500`, `1000`, `2000`, `5000`, `10000`, `25000`, or `50000`. Defaults to `100`.
153
153
  *
154
- * > **NOTE:** The cluster capacity must start at 100 GB and can be set to 500, 1000, 2000 or 5000 GB/day. For more information on cluster costs, see [Dedicated clusters](https://docs.microsoft.com/en-us/azure/azure-monitor/logs/cost-logs#dedicated-clusters). In v3.x the default value is `1000` GB, in v4.0 of the provider this will default to `100` GB.
154
+ * > **NOTE:** The cluster capacity must start at 100 GB and can be set to 500, 1000, 2000 or 5000 GB/day. For more information on cluster costs, see [Dedicated clusters](https://docs.microsoft.com/en-us/azure/azure-monitor/logs/cost-logs#dedicated-clusters).
155
155
  */
156
156
  sizeGb?: pulumi.Input<number>;
157
157
  /**
@@ -28,3 +28,9 @@ export declare const Workspace: typeof import("./workspace").Workspace;
28
28
  export { WorkspaceNetworkOutboundRuleFqdnArgs, WorkspaceNetworkOutboundRuleFqdnState } from "./workspaceNetworkOutboundRuleFqdn";
29
29
  export declare type WorkspaceNetworkOutboundRuleFqdn = import("./workspaceNetworkOutboundRuleFqdn").WorkspaceNetworkOutboundRuleFqdn;
30
30
  export declare const WorkspaceNetworkOutboundRuleFqdn: typeof import("./workspaceNetworkOutboundRuleFqdn").WorkspaceNetworkOutboundRuleFqdn;
31
+ export { WorkspaceNetworkOutboundRulePrivateEndpointArgs, WorkspaceNetworkOutboundRulePrivateEndpointState } from "./workspaceNetworkOutboundRulePrivateEndpoint";
32
+ export declare type WorkspaceNetworkOutboundRulePrivateEndpoint = import("./workspaceNetworkOutboundRulePrivateEndpoint").WorkspaceNetworkOutboundRulePrivateEndpoint;
33
+ export declare const WorkspaceNetworkOutboundRulePrivateEndpoint: typeof import("./workspaceNetworkOutboundRulePrivateEndpoint").WorkspaceNetworkOutboundRulePrivateEndpoint;
34
+ export { WorkspaceNetworkOutboundRuleServiceTagArgs, WorkspaceNetworkOutboundRuleServiceTagState } from "./workspaceNetworkOutboundRuleServiceTag";
35
+ export declare type WorkspaceNetworkOutboundRuleServiceTag = import("./workspaceNetworkOutboundRuleServiceTag").WorkspaceNetworkOutboundRuleServiceTag;
36
+ export declare const WorkspaceNetworkOutboundRuleServiceTag: typeof import("./workspaceNetworkOutboundRuleServiceTag").WorkspaceNetworkOutboundRuleServiceTag;
@@ -2,7 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.WorkspaceNetworkOutboundRuleFqdn = exports.Workspace = exports.SynapseSpark = exports.InferenceCluster = exports.getWorkspaceOutput = exports.getWorkspace = exports.DatastoreFileshare = exports.DatastoreDatalakeGen2 = exports.DatastoreBlobstorage = exports.ComputeInstance = exports.ComputeCluster = void 0;
5
+ exports.WorkspaceNetworkOutboundRuleServiceTag = exports.WorkspaceNetworkOutboundRulePrivateEndpoint = exports.WorkspaceNetworkOutboundRuleFqdn = exports.Workspace = exports.SynapseSpark = exports.InferenceCluster = exports.getWorkspaceOutput = exports.getWorkspace = exports.DatastoreFileshare = exports.DatastoreDatalakeGen2 = exports.DatastoreBlobstorage = exports.ComputeInstance = exports.ComputeCluster = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  exports.ComputeCluster = null;
@@ -26,6 +26,10 @@ exports.Workspace = null;
26
26
  utilities.lazyLoad(exports, ["Workspace"], () => require("./workspace"));
27
27
  exports.WorkspaceNetworkOutboundRuleFqdn = null;
28
28
  utilities.lazyLoad(exports, ["WorkspaceNetworkOutboundRuleFqdn"], () => require("./workspaceNetworkOutboundRuleFqdn"));
29
+ exports.WorkspaceNetworkOutboundRulePrivateEndpoint = null;
30
+ utilities.lazyLoad(exports, ["WorkspaceNetworkOutboundRulePrivateEndpoint"], () => require("./workspaceNetworkOutboundRulePrivateEndpoint"));
31
+ exports.WorkspaceNetworkOutboundRuleServiceTag = null;
32
+ utilities.lazyLoad(exports, ["WorkspaceNetworkOutboundRuleServiceTag"], () => require("./workspaceNetworkOutboundRuleServiceTag"));
29
33
  const _module = {
30
34
  version: utilities.getVersion(),
31
35
  construct: (name, type, urn) => {
@@ -48,6 +52,10 @@ const _module = {
48
52
  return new exports.Workspace(name, undefined, { urn });
49
53
  case "azure:machinelearning/workspaceNetworkOutboundRuleFqdn:WorkspaceNetworkOutboundRuleFqdn":
50
54
  return new exports.WorkspaceNetworkOutboundRuleFqdn(name, undefined, { urn });
55
+ case "azure:machinelearning/workspaceNetworkOutboundRulePrivateEndpoint:WorkspaceNetworkOutboundRulePrivateEndpoint":
56
+ return new exports.WorkspaceNetworkOutboundRulePrivateEndpoint(name, undefined, { urn });
57
+ case "azure:machinelearning/workspaceNetworkOutboundRuleServiceTag:WorkspaceNetworkOutboundRuleServiceTag":
58
+ return new exports.WorkspaceNetworkOutboundRuleServiceTag(name, undefined, { urn });
51
59
  default:
52
60
  throw new Error(`unknown resource type ${type}`);
53
61
  }
@@ -62,4 +70,6 @@ pulumi.runtime.registerResourceModule("azure", "machinelearning/inferenceCluster
62
70
  pulumi.runtime.registerResourceModule("azure", "machinelearning/synapseSpark", _module);
63
71
  pulumi.runtime.registerResourceModule("azure", "machinelearning/workspace", _module);
64
72
  pulumi.runtime.registerResourceModule("azure", "machinelearning/workspaceNetworkOutboundRuleFqdn", _module);
73
+ pulumi.runtime.registerResourceModule("azure", "machinelearning/workspaceNetworkOutboundRulePrivateEndpoint", _module);
74
+ pulumi.runtime.registerResourceModule("azure", "machinelearning/workspaceNetworkOutboundRuleServiceTag", _module);
65
75
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../machinelearning/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../machinelearning/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,194 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Manages an Azure Machine Learning Workspace Network Outbound Rule Private Endpoint.
4
+ *
5
+ * ## Example Usage
6
+ *
7
+ * ```typescript
8
+ * import * as pulumi from "@pulumi/pulumi";
9
+ * import * as azure from "@pulumi/azure";
10
+ *
11
+ * const current = azure.core.getClientConfig({});
12
+ * const example = new azure.core.ResourceGroup("example", {
13
+ * name: "example-resources",
14
+ * location: "West Europe",
15
+ * });
16
+ * const exampleInsights = new azure.appinsights.Insights("example", {
17
+ * name: "workspace-example-ai",
18
+ * location: example.location,
19
+ * resourceGroupName: example.name,
20
+ * applicationType: "web",
21
+ * });
22
+ * const exampleKeyVault = new azure.keyvault.KeyVault("example", {
23
+ * name: "workspaceexamplekeyvault",
24
+ * location: example.location,
25
+ * resourceGroupName: example.name,
26
+ * tenantId: current.then(current => current.tenantId),
27
+ * skuName: "premium",
28
+ * });
29
+ * const exampleAccount = new azure.storage.Account("example", {
30
+ * name: "workspacestorageaccount",
31
+ * location: example.location,
32
+ * resourceGroupName: example.name,
33
+ * accountTier: "Standard",
34
+ * accountReplicationType: "GRS",
35
+ * });
36
+ * const exampleWorkspace = new azure.machinelearning.Workspace("example", {
37
+ * name: "example-workspace",
38
+ * location: example.location,
39
+ * resourceGroupName: example.name,
40
+ * applicationInsightsId: exampleInsights.id,
41
+ * keyVaultId: exampleKeyVault.id,
42
+ * storageAccountId: exampleAccount.id,
43
+ * managedNetwork: {
44
+ * isolationMode: "AllowOnlyApprovedOutbound",
45
+ * },
46
+ * identity: {
47
+ * type: "SystemAssigned",
48
+ * },
49
+ * });
50
+ * const example2 = new azure.storage.Account("example2", {
51
+ * name: "example-sa",
52
+ * location: test.location,
53
+ * resourceGroupName: test.name,
54
+ * accountTier: "Standard",
55
+ * accountReplicationType: "LRS",
56
+ * });
57
+ * const exampleWorkspaceNetworkOutboundRulePrivateEndpoint = new azure.machinelearning.WorkspaceNetworkOutboundRulePrivateEndpoint("example", {
58
+ * name: "example-outboundrule",
59
+ * workspaceId: exampleWorkspace.id,
60
+ * serviceResourceId: example2.id,
61
+ * subResourceTarget: "blob",
62
+ * });
63
+ * ```
64
+ *
65
+ * ## Import
66
+ *
67
+ * Machine Learning Workspace Network Outbound Rule Private Endpoint can be imported using the `resource id`, e.g.
68
+ *
69
+ * ```sh
70
+ * $ pulumi import azure:machinelearning/workspaceNetworkOutboundRulePrivateEndpoint:WorkspaceNetworkOutboundRulePrivateEndpoint example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.MachineLearningServices/workspaces/workspace1/outboundRules/rule1
71
+ * ```
72
+ */
73
+ export declare class WorkspaceNetworkOutboundRulePrivateEndpoint extends pulumi.CustomResource {
74
+ /**
75
+ * Get an existing WorkspaceNetworkOutboundRulePrivateEndpoint resource's state with the given name, ID, and optional extra
76
+ * properties used to qualify the lookup.
77
+ *
78
+ * @param name The _unique_ name of the resulting resource.
79
+ * @param id The _unique_ provider ID of the resource to lookup.
80
+ * @param state Any extra arguments used during the lookup.
81
+ * @param opts Optional settings to control the behavior of the CustomResource.
82
+ */
83
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: WorkspaceNetworkOutboundRulePrivateEndpointState, opts?: pulumi.CustomResourceOptions): WorkspaceNetworkOutboundRulePrivateEndpoint;
84
+ /**
85
+ * Returns true if the given object is an instance of WorkspaceNetworkOutboundRulePrivateEndpoint. This is designed to work even
86
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
87
+ */
88
+ static isInstance(obj: any): obj is WorkspaceNetworkOutboundRulePrivateEndpoint;
89
+ /**
90
+ * Specifies the name of the Machine Learning Workspace Network Outbound Rule Private Endpoint. Changing this forces a new resource to be created.
91
+ */
92
+ readonly name: pulumi.Output<string>;
93
+ /**
94
+ * Specifies the Service Resource ID to connect. Changing this forces a new resource to be created.
95
+ *
96
+ * > **Note** Supported service resources: **Key Vault**, **Storage Account**, **Machine Learning Workspace**, **Redis**.
97
+ */
98
+ readonly serviceResourceId: pulumi.Output<string>;
99
+ /**
100
+ * Whether to enable an additional private endpoint to be used by jobs running on Spark. Changing this forces a new resource to be created.
101
+ */
102
+ readonly sparkEnabled: pulumi.Output<boolean | undefined>;
103
+ /**
104
+ * Specifies the Sub Resource of the service resource to connect to. Possible values are `vault`,`amlworkspace`,`blob`,`table`,`queue`,`file`,`web`,`dfs`, `redisCache`. Changing this forces a new resource to be created.
105
+ *
106
+ * | Service | Sub Resource Type |
107
+ * |----------------------------|-------------------------------------------|
108
+ * | Machine Learning Workspace | `amlworkspace` |
109
+ * | Redis | `redisCache` |
110
+ * | Storage Account | `blob`,`table`,`queue`,`file`,`web`,`dfs` |
111
+ * | Key Vault | `vault` |
112
+ */
113
+ readonly subResourceTarget: pulumi.Output<string>;
114
+ /**
115
+ * Specifies the ID of the Machine Learning Workspace. Changing this forces a new resource to be created.
116
+ */
117
+ readonly workspaceId: pulumi.Output<string>;
118
+ /**
119
+ * Create a WorkspaceNetworkOutboundRulePrivateEndpoint resource with the given unique name, arguments, and options.
120
+ *
121
+ * @param name The _unique_ name of the resource.
122
+ * @param args The arguments to use to populate this resource's properties.
123
+ * @param opts A bag of options that control this resource's behavior.
124
+ */
125
+ constructor(name: string, args: WorkspaceNetworkOutboundRulePrivateEndpointArgs, opts?: pulumi.CustomResourceOptions);
126
+ }
127
+ /**
128
+ * Input properties used for looking up and filtering WorkspaceNetworkOutboundRulePrivateEndpoint resources.
129
+ */
130
+ export interface WorkspaceNetworkOutboundRulePrivateEndpointState {
131
+ /**
132
+ * Specifies the name of the Machine Learning Workspace Network Outbound Rule Private Endpoint. Changing this forces a new resource to be created.
133
+ */
134
+ name?: pulumi.Input<string>;
135
+ /**
136
+ * Specifies the Service Resource ID to connect. Changing this forces a new resource to be created.
137
+ *
138
+ * > **Note** Supported service resources: **Key Vault**, **Storage Account**, **Machine Learning Workspace**, **Redis**.
139
+ */
140
+ serviceResourceId?: pulumi.Input<string>;
141
+ /**
142
+ * Whether to enable an additional private endpoint to be used by jobs running on Spark. Changing this forces a new resource to be created.
143
+ */
144
+ sparkEnabled?: pulumi.Input<boolean>;
145
+ /**
146
+ * Specifies the Sub Resource of the service resource to connect to. Possible values are `vault`,`amlworkspace`,`blob`,`table`,`queue`,`file`,`web`,`dfs`, `redisCache`. Changing this forces a new resource to be created.
147
+ *
148
+ * | Service | Sub Resource Type |
149
+ * |----------------------------|-------------------------------------------|
150
+ * | Machine Learning Workspace | `amlworkspace` |
151
+ * | Redis | `redisCache` |
152
+ * | Storage Account | `blob`,`table`,`queue`,`file`,`web`,`dfs` |
153
+ * | Key Vault | `vault` |
154
+ */
155
+ subResourceTarget?: pulumi.Input<string>;
156
+ /**
157
+ * Specifies the ID of the Machine Learning Workspace. Changing this forces a new resource to be created.
158
+ */
159
+ workspaceId?: pulumi.Input<string>;
160
+ }
161
+ /**
162
+ * The set of arguments for constructing a WorkspaceNetworkOutboundRulePrivateEndpoint resource.
163
+ */
164
+ export interface WorkspaceNetworkOutboundRulePrivateEndpointArgs {
165
+ /**
166
+ * Specifies the name of the Machine Learning Workspace Network Outbound Rule Private Endpoint. Changing this forces a new resource to be created.
167
+ */
168
+ name?: pulumi.Input<string>;
169
+ /**
170
+ * Specifies the Service Resource ID to connect. Changing this forces a new resource to be created.
171
+ *
172
+ * > **Note** Supported service resources: **Key Vault**, **Storage Account**, **Machine Learning Workspace**, **Redis**.
173
+ */
174
+ serviceResourceId: pulumi.Input<string>;
175
+ /**
176
+ * Whether to enable an additional private endpoint to be used by jobs running on Spark. Changing this forces a new resource to be created.
177
+ */
178
+ sparkEnabled?: pulumi.Input<boolean>;
179
+ /**
180
+ * Specifies the Sub Resource of the service resource to connect to. Possible values are `vault`,`amlworkspace`,`blob`,`table`,`queue`,`file`,`web`,`dfs`, `redisCache`. Changing this forces a new resource to be created.
181
+ *
182
+ * | Service | Sub Resource Type |
183
+ * |----------------------------|-------------------------------------------|
184
+ * | Machine Learning Workspace | `amlworkspace` |
185
+ * | Redis | `redisCache` |
186
+ * | Storage Account | `blob`,`table`,`queue`,`file`,`web`,`dfs` |
187
+ * | Key Vault | `vault` |
188
+ */
189
+ subResourceTarget: pulumi.Input<string>;
190
+ /**
191
+ * Specifies the ID of the Machine Learning Workspace. Changing this forces a new resource to be created.
192
+ */
193
+ workspaceId: pulumi.Input<string>;
194
+ }
@@ -0,0 +1,137 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
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.WorkspaceNetworkOutboundRulePrivateEndpoint = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Manages an Azure Machine Learning Workspace Network Outbound Rule Private Endpoint.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as azure from "@pulumi/azure";
16
+ *
17
+ * const current = azure.core.getClientConfig({});
18
+ * const example = new azure.core.ResourceGroup("example", {
19
+ * name: "example-resources",
20
+ * location: "West Europe",
21
+ * });
22
+ * const exampleInsights = new azure.appinsights.Insights("example", {
23
+ * name: "workspace-example-ai",
24
+ * location: example.location,
25
+ * resourceGroupName: example.name,
26
+ * applicationType: "web",
27
+ * });
28
+ * const exampleKeyVault = new azure.keyvault.KeyVault("example", {
29
+ * name: "workspaceexamplekeyvault",
30
+ * location: example.location,
31
+ * resourceGroupName: example.name,
32
+ * tenantId: current.then(current => current.tenantId),
33
+ * skuName: "premium",
34
+ * });
35
+ * const exampleAccount = new azure.storage.Account("example", {
36
+ * name: "workspacestorageaccount",
37
+ * location: example.location,
38
+ * resourceGroupName: example.name,
39
+ * accountTier: "Standard",
40
+ * accountReplicationType: "GRS",
41
+ * });
42
+ * const exampleWorkspace = new azure.machinelearning.Workspace("example", {
43
+ * name: "example-workspace",
44
+ * location: example.location,
45
+ * resourceGroupName: example.name,
46
+ * applicationInsightsId: exampleInsights.id,
47
+ * keyVaultId: exampleKeyVault.id,
48
+ * storageAccountId: exampleAccount.id,
49
+ * managedNetwork: {
50
+ * isolationMode: "AllowOnlyApprovedOutbound",
51
+ * },
52
+ * identity: {
53
+ * type: "SystemAssigned",
54
+ * },
55
+ * });
56
+ * const example2 = new azure.storage.Account("example2", {
57
+ * name: "example-sa",
58
+ * location: test.location,
59
+ * resourceGroupName: test.name,
60
+ * accountTier: "Standard",
61
+ * accountReplicationType: "LRS",
62
+ * });
63
+ * const exampleWorkspaceNetworkOutboundRulePrivateEndpoint = new azure.machinelearning.WorkspaceNetworkOutboundRulePrivateEndpoint("example", {
64
+ * name: "example-outboundrule",
65
+ * workspaceId: exampleWorkspace.id,
66
+ * serviceResourceId: example2.id,
67
+ * subResourceTarget: "blob",
68
+ * });
69
+ * ```
70
+ *
71
+ * ## Import
72
+ *
73
+ * Machine Learning Workspace Network Outbound Rule Private Endpoint can be imported using the `resource id`, e.g.
74
+ *
75
+ * ```sh
76
+ * $ pulumi import azure:machinelearning/workspaceNetworkOutboundRulePrivateEndpoint:WorkspaceNetworkOutboundRulePrivateEndpoint example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.MachineLearningServices/workspaces/workspace1/outboundRules/rule1
77
+ * ```
78
+ */
79
+ class WorkspaceNetworkOutboundRulePrivateEndpoint extends pulumi.CustomResource {
80
+ constructor(name, argsOrState, opts) {
81
+ let resourceInputs = {};
82
+ opts = opts || {};
83
+ if (opts.id) {
84
+ const state = argsOrState;
85
+ resourceInputs["name"] = state ? state.name : undefined;
86
+ resourceInputs["serviceResourceId"] = state ? state.serviceResourceId : undefined;
87
+ resourceInputs["sparkEnabled"] = state ? state.sparkEnabled : undefined;
88
+ resourceInputs["subResourceTarget"] = state ? state.subResourceTarget : undefined;
89
+ resourceInputs["workspaceId"] = state ? state.workspaceId : undefined;
90
+ }
91
+ else {
92
+ const args = argsOrState;
93
+ if ((!args || args.serviceResourceId === undefined) && !opts.urn) {
94
+ throw new Error("Missing required property 'serviceResourceId'");
95
+ }
96
+ if ((!args || args.subResourceTarget === undefined) && !opts.urn) {
97
+ throw new Error("Missing required property 'subResourceTarget'");
98
+ }
99
+ if ((!args || args.workspaceId === undefined) && !opts.urn) {
100
+ throw new Error("Missing required property 'workspaceId'");
101
+ }
102
+ resourceInputs["name"] = args ? args.name : undefined;
103
+ resourceInputs["serviceResourceId"] = args ? args.serviceResourceId : undefined;
104
+ resourceInputs["sparkEnabled"] = args ? args.sparkEnabled : undefined;
105
+ resourceInputs["subResourceTarget"] = args ? args.subResourceTarget : undefined;
106
+ resourceInputs["workspaceId"] = args ? args.workspaceId : undefined;
107
+ }
108
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
109
+ super(WorkspaceNetworkOutboundRulePrivateEndpoint.__pulumiType, name, resourceInputs, opts);
110
+ }
111
+ /**
112
+ * Get an existing WorkspaceNetworkOutboundRulePrivateEndpoint resource's state with the given name, ID, and optional extra
113
+ * properties used to qualify the lookup.
114
+ *
115
+ * @param name The _unique_ name of the resulting resource.
116
+ * @param id The _unique_ provider ID of the resource to lookup.
117
+ * @param state Any extra arguments used during the lookup.
118
+ * @param opts Optional settings to control the behavior of the CustomResource.
119
+ */
120
+ static get(name, id, state, opts) {
121
+ return new WorkspaceNetworkOutboundRulePrivateEndpoint(name, state, Object.assign(Object.assign({}, opts), { id: id }));
122
+ }
123
+ /**
124
+ * Returns true if the given object is an instance of WorkspaceNetworkOutboundRulePrivateEndpoint. This is designed to work even
125
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
126
+ */
127
+ static isInstance(obj) {
128
+ if (obj === undefined || obj === null) {
129
+ return false;
130
+ }
131
+ return obj['__pulumiType'] === WorkspaceNetworkOutboundRulePrivateEndpoint.__pulumiType;
132
+ }
133
+ }
134
+ exports.WorkspaceNetworkOutboundRulePrivateEndpoint = WorkspaceNetworkOutboundRulePrivateEndpoint;
135
+ /** @internal */
136
+ WorkspaceNetworkOutboundRulePrivateEndpoint.__pulumiType = 'azure:machinelearning/workspaceNetworkOutboundRulePrivateEndpoint:WorkspaceNetworkOutboundRulePrivateEndpoint';
137
+ //# sourceMappingURL=workspaceNetworkOutboundRulePrivateEndpoint.js.map