Adding ActivityLogAlerts and ActionGroups API calls, PATH operations, and the corresponding unit tests#3514
Adding ActivityLogAlerts and ActionGroups API calls, PATH operations, and the corresponding unit tests#3514gucalder wants to merge 27 commits intoAzure:psSdkJson6from
Conversation
… and using the previous API again
…nitor composite file
…ect file accordingly.
…ure#3236) * Renaming Management.Search to Microsoft.Azure.Management.Search The package and assembly names were accidentally changed during the VS2017 migration. This fixes it. * Search SDK: Updating Build-SearchPackages script
…into activityAndAction
| <PropertyGroup> | ||
| <Description>Microsoft Azure Monitor Library</Description> | ||
| <VersionPrefix>0.16.0-preview</VersionPrefix> | ||
| <VersionPrefix>0.16.1-preview</VersionPrefix> |
There was a problem hiding this comment.
@gucalder you have redundant tags, please remove versionPrefix and move the Version under the top PropertyGroup
| <Description>Monitor.Tests Class library</Description> | ||
| <PackageId>Monitor.Tests</PackageId> | ||
| <VersionPrefix>1.0.0-preview</VersionPrefix> | ||
| <TargetFrameworks>net452</TargetFrameworks> |
There was a problem hiding this comment.
@gucalder any reason you want your tests to be targeting .NET 452?
If this was a mistake please remove
There was a problem hiding this comment.
This is odd, as soon as I remove .Net 452 from this project file, VS builds, but it does not detect any unit test.
There was a problem hiding this comment.
BTW: I can only build from VS 2017, not from the command line, nor from the root of the repo.
Is that expected?
Do I need to use any special argument to build from the command line?
| <ItemGroup> | ||
| <PackageReference Include="Microsoft.Azure.Management.ResourceManager" Version="1.5.0-preview" /> | ||
| <ProjectReference Include="..\Management.Search\Management.Search.csproj" /> | ||
| <ProjectReference Include="..\Management.Search\Microsoft.Azure.Management.Search.csproj" /> |
There was a problem hiding this comment.
@gucalder do you have any changes for the Search management SDK? Or was this is a mistake.
There was a problem hiding this comment.
Definitely a mistake. I do not remember changing this file.
There was a problem hiding this comment.
In fact I do not know how or why this change is linked to me.
I am going to try merging the Azure/vs17Dev into my branch to see if that helps... I did not touch that file.
There was a problem hiding this comment.
@gucalder vs17Dev is not the current dev branch. psSdkJson6 is the current dev branch.
… into activityAndAction
| <ItemGroup> | ||
| <PackageReference Include="Microsoft.Azure.Management.ResourceManager" Version="1.5.0-preview" /> | ||
| <ProjectReference Include="..\Management.Search\Management.Search.csproj" /> | ||
| <ProjectReference Include="..\Management.Search\Microsoft.Azure.Management.Search.csproj" /> |
Description
This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines
Testing Guidelines
SDK Generation Guidelines
*.csprojandAssemblyInfo.csfiles have been updated with the new version of the SDK.