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
Copy file name to clipboardExpand all lines: integration-tests/alias-test/verify/pom.xml
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -49,8 +49,15 @@
49
49
<requireProperty>
50
50
<property>alias_test_tenancy</property>
51
51
<message>
52
-
You must specify the alias_test_tenancy property that determines the
53
-
namespaceName used to download the generated files.
52
+
You must specify the alias_test_tenancy property that determines the namespace used to download the generated files.
53
+
</message>
54
+
<regex>^[a-zA-Z0-9_]+.*$</regex>
55
+
<regexMessage>The alias_test_tenancy must start with an alphanumeric character</regexMessage>
56
+
</requireProperty>
57
+
<requireProperty>
58
+
<property>alias_test_oci_profile</property>
59
+
<message>
60
+
You must specify the alias_test_oci_profile property that determines the profile in your $HOME/.oci/config file to use to download the generated files.
54
61
</message>
55
62
<regex>^[a-zA-Z0-9_]+.*$</regex>
56
63
<regexMessage>The alias_test_tenancy must start with an alphanumeric character</regexMessage>
0 commit comments