Skip to content

Commit a69f35c

Browse files
authored
[Automation] SDK Fix naming convention (#25584)
* Fix naming convention Automation SDK * Automation Changelog * undo changelog
1 parent b1636a4 commit a69f35c

File tree

363 files changed

+22
-25
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

363 files changed

+22
-25
lines changed

src/Automation/Automation.Sdk/Automation.Sdk.csproj renamed to src/Automation/Automation.Management.Sdk/Automation.Management.Sdk.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<PropertyGroup>
1010
<TargetFramework>netstandard2.0</TargetFramework>
11-
<AssemblyName>Microsoft.Azure.PowerShell.Automation.Sdk</AssemblyName>
11+
<AssemblyName>Microsoft.Azure.PowerShell.Automation.Management.Sdk</AssemblyName>
1212
<RootNamespace>Microsoft.Azure.Management.Automation</RootNamespace>
1313
<NoWarn>$(NoWarn);CS0108;CS1573</NoWarn>
1414
</PropertyGroup>

0 commit comments

Comments
 (0)