You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* use a helper that looks up data in specific input sources
* revert method to what it was before sdk type changes
* move env variable name to constants
* fix bug - add missing call to parse and verify metadata
* add test for blob input scenario and for scenarios where more than one blob client is being used
* skip regular tests for now
* fix env variable
* make sure test containers are created and cleared
* fix blob path for blob input binding
* upgrade maven plugin version and remove local installation
* re-enable all disabled tests
* always run sdk type tests
* no longer need to install additions locally
* update sdk types version
* remove lingering param
* update testing plugins and fix testing for jdk 17+
* only update the mockito version for jdk 17+
* fix java installation for windows
* fix jdk path
* add rest of required args for surefire
* fix file extension for jdk file
* remove JavaHome setting since the environment already sets it up
* add missing java version spec
* use docker for azurerite on windows
* revert back to using npm
* simplify code for getDataByNameFromInputSource
* use modern semantics for mapping function call BindingData::getValue
* throw only one exception for all missing keys and throw and more enriched error
@@ -34,13 +34,35 @@ public void BlobTriggerToBlobTest_BlobClient(
34
34
context.getLogger().info("Uploaded blob " + fileName + " to container test-output-java-new/testfile.txt");
35
35
}
36
36
37
+
/**
38
+
* This function will be invoked when a new or updated blob is detected at the specified path. The blob contents are provided as input to this function.
context.getLogger().info("Uploaded blob " + triggerBlobClient.getBlobUrl() + " to container test-output-java-new/testfile.txt");
57
+
}
58
+
37
59
/**
38
60
* This function will be invoked when a new or updated blob is detected at the specified path. The blob contents are provided as input to this function.
0 commit comments