Skip to content

Commit 942b0f6

Browse files
committed
fix WinRM capitalization in migration script for creating WinCert type
1 parent b464a7a commit 942b0f6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Migration-Scripts/Legacy-IIS/CreateWinCertStoreType.sql

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ BEGIN TRY
139139
VALUES
140140
(
141141
@current_storetype_id, -- StoreTypeId
142-
'WinRm Protocol', -- Name
143-
'WinRm Protocol', -- DisplayName
142+
'WinRM Protocol', -- Name
143+
'WinRM Protocol', -- DisplayName
144144
2, -- Type
145145
1, -- Required
146146
NULL, -- DependsOn
@@ -160,8 +160,8 @@ BEGIN TRY
160160
VALUES
161161
(
162162
@current_storetype_id, -- StoreTypeId
163-
'WinRm Port', -- Name
164-
'WinRm Port', -- DisplayName
163+
'WinRM Port', -- Name
164+
'WinRM Port', -- DisplayName
165165
0, -- Type
166166
1, -- Required
167167
NULL, -- DependsOn

0 commit comments

Comments
 (0)