We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b464a7a commit 942b0f6Copy full SHA for 942b0f6
Migration-Scripts/Legacy-IIS/CreateWinCertStoreType.sql
@@ -139,8 +139,8 @@ BEGIN TRY
139
VALUES
140
(
141
@current_storetype_id, -- StoreTypeId
142
- 'WinRm Protocol', -- Name
143
- 'WinRm Protocol', -- DisplayName
+ 'WinRM Protocol', -- Name
+ 'WinRM Protocol', -- DisplayName
144
2, -- Type
145
1, -- Required
146
NULL, -- DependsOn
@@ -160,8 +160,8 @@ BEGIN TRY
160
161
162
163
- 'WinRm Port', -- Name
164
- 'WinRm Port', -- DisplayName
+ 'WinRM Port', -- Name
+ 'WinRM Port', -- DisplayName
165
0, -- Type
166
167
0 commit comments