Update the template and doc to reference to the latest ND and IHS VM offers.
Another issue is observed that the jndi regex doesn't allow colon and has maximum length limitation as 30 (e.g., java:websphere/datasources/JavaEECafeDB is not allowed as a valid jndi name), which is fixed in update jndi regex to allow colon and remove maximum length.
Testing
Pipeline for twas-cluster using the live WebSphere VM images successfully ran:
Update the template and doc to reference to the latest ND and IHS VM offers.
Another issue is observed that the jndi regex doesn't allow colon and has maximum length limitation as 30 (e.g.,
java:websphere/datasources/JavaEECafeDB
is not allowed as a valid jndi name), which is fixed in update jndi regex to allow colon and remove maximum length.Testing
Pipeline for twas-cluster using the live WebSphere VM images successfully ran:
Signed-off-by: Jianguo Ma jiangma@microsoft.com