@azure/synapse-artifacts 1.0.0-alpha.20250605.1 → 1.0.0-alpha.20250609.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/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
|
@@ -2860,7 +2860,7 @@ export interface TriggerReference {
|
|
|
2860
2860
|
export interface IntegrationRuntimeComputeProperties {
|
|
2861
2861
|
/** Describes unknown properties. The value of an unknown property can be of "any" type. */
|
|
2862
2862
|
[property: string]: any;
|
|
2863
|
-
/** The location for managed integration runtime. The supported regions could be found on https://docs.microsoft.com/
|
|
2863
|
+
/** The location for managed integration runtime. The supported regions could be found on https://docs.microsoft.com/azure/data-factory/data-factory-data-movement-activities */
|
|
2864
2864
|
location?: string;
|
|
2865
2865
|
/** The node size requirement to managed integration runtime. */
|
|
2866
2866
|
nodeSize?: string;
|
|
@@ -6374,7 +6374,7 @@ export interface HDInsightOnDemandLinkedService extends LinkedService {
|
|
|
6374
6374
|
dataNodeSize?: any;
|
|
6375
6375
|
/** Specifies the size of the Zoo Keeper node for the HDInsight cluster. */
|
|
6376
6376
|
zookeeperNodeSize?: any;
|
|
6377
|
-
/** Custom script actions to run on HDI ondemand cluster once it's up. Please refer to https://docs.microsoft.com/
|
|
6377
|
+
/** Custom script actions to run on HDI ondemand cluster once it's up. Please refer to https://docs.microsoft.com/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. */
|
|
6378
6378
|
scriptActions?: ScriptAction[];
|
|
6379
6379
|
/** The ARM resource ID for the vNet to which the cluster should be joined after creation. Type: string (or Expression with resultType string). */
|
|
6380
6380
|
virtualNetworkId?: any;
|