@azure/synapse-artifacts 1.0.0-alpha.20250109.1 → 1.0.0-alpha.20250110.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.
- package/dist/browser/models/index.d.ts +2 -2
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +2 -2
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/esm/models/index.d.ts +2 -2
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js.map +1 -1
- package/dist/react-native/models/index.d.ts +2 -2
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -2788,7 +2788,7 @@ export interface TriggerReference {
|
|
|
2788
2788
|
export interface IntegrationRuntimeComputeProperties {
|
|
2789
2789
|
/** Describes unknown properties. The value of an unknown property can be of "any" type. */
|
|
2790
2790
|
[property: string]: any;
|
|
2791
|
-
/** The location for managed integration runtime. The supported regions could be found on https://
|
|
2791
|
+
/** The location for managed integration runtime. The supported regions could be found on https://learn.microsoft.com/en-us/azure/data-factory/data-factory-data-movement-activities */
|
|
2792
2792
|
location?: string;
|
|
2793
2793
|
/** The node size requirement to managed integration runtime. */
|
|
2794
2794
|
nodeSize?: string;
|
|
@@ -5927,7 +5927,7 @@ export interface HDInsightOnDemandLinkedService extends LinkedService {
|
|
|
5927
5927
|
dataNodeSize?: any;
|
|
5928
5928
|
/** Specifies the size of the Zoo Keeper node for the HDInsight cluster. */
|
|
5929
5929
|
zookeeperNodeSize?: any;
|
|
5930
|
-
/** Custom script actions to run on HDI ondemand cluster once it's up. Please refer to https://
|
|
5930
|
+
/** Custom script actions to run on HDI ondemand cluster once it's up. Please refer to https://learn.microsoft.com/en-us/azure/hdinsight/hdinsight-hadoop-customize-cluster-linux?toc=%2Fen-us%2Fazure%2Fhdinsight%2Fr-server%2FTOC.json&bc=%2Fen-us%2Fazure%2Fbread%2Ftoc.json#understanding-script-actions. */
|
|
5931
5931
|
scriptActions?: ScriptAction[];
|
|
5932
5932
|
/** The ARM resource ID for the vNet to which the cluster should be joined after creation. Type: string (or Expression with resultType string). */
|
|
5933
5933
|
virtualNetworkId?: any;
|