Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion weblogic-azure-aks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<groupId>com.oracle.weblogic.azure</groupId>
<artifactId>wls-on-aks-azure-marketplace</artifactId>
<version>1.0.38</version>
<version>1.0.39</version>

<parent>
<groupId>com.microsoft.azure.iaas</groupId>
Expand Down
5 changes: 5 additions & 0 deletions weblogic-azure-aks/src/main/bicep/modules/_pids/_empty.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@
* name: name
* }
*/

// Workaround to arm-ttk complain: Parameters property must exist in the template
param name string = 'This is an empty deployment'

output name string = name