Skip to content

Commit dbf11d3

Browse files
fix the docker issue (#11544)
* fix the docker issue * fix docker issue Co-authored-by: wyunchi-ms <[email protected]>
1 parent d30f70c commit dbf11d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MariaDb/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,10 @@ directive:
131131
- from: source-file-csharp
132132
where: $
133133
transform: $ = $.replace(/OperationOrigin System/, 'OperationOrigin System1');
134-
- from: ServerForCreate.cs
134+
- from: source-file-csharp
135135
where: $
136136
transform: $ = $.replace(/internal partial interface IServerForCreateInternal/, 'public partial interface IServerForCreateInternal');
137-
- from: (.*)AzMariaDbServer_(.*).cs
137+
- from: source-file-csharp
138138
where: $
139139
transform: $ = $.replace('public int StorageProfileBackupRetentionDay', '[System.Management.Automation.ValidateRangeAttribute(7,35)]\n public int StorageProfileBackupRetentionDay');
140140
```

0 commit comments

Comments
 (0)