Skip to content

Commit

Permalink
Migrate KubernetesRuntime from generation to main (Azure#26118)
Browse files Browse the repository at this point in the history
* Move KubernetesRuntime to main

* Suppress false positive signature errors

---------

Co-authored-by: azure-powershell-bot <65331932+azure-powershell-bot@users.noreply.github.com>
Co-authored-by: Lei jin <leijin@microsoft.com>
  • Loading branch information
3 people committed Sep 18, 2024
1 parent 12cd4bf commit 0871f0a
Show file tree
Hide file tree
Showing 487 changed files with 98,354 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PsModuleName>KubernetesRuntime</PsModuleName>
<PsRootModuleName>KubernetesRuntime</PsRootModuleName>
<PsModuleFolder>KubernetesRuntime.Autorest</PsModuleFolder>
</PropertyGroup>

<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.autorest.props" />
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.Post.props" />
</Project>
Loading

0 comments on commit 0871f0a

Please sign in to comment.