Skip to content

Commit a3f0714

Browse files
msJinLeiazurepowershellwyunchi-ms
authored
First version of DataDog (#15242)
* Move DataDog to master * Add DataDog to documentation/azure-powershell-modules.md * Add SignatureIssues.csv for skip static analysis pipeline. * Fix change log Co-authored-by: azurepowershell <[email protected]> Co-authored-by: wyunchi-ms <[email protected]>
1 parent dab7a80 commit a3f0714

File tree

479 files changed

+69823
-0
lines changed

Some content is hidden

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

479 files changed

+69823
-0
lines changed

documentation/azure-powershell-modules.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Custom Resource Providers | `Az.CustomProviders`
4242
Data Box | `Az.DataBox` | [![DataBox]][DataBoxGallery]
4343
Data Box Edge (Stack Edge) | `Az.DataBoxEdge` | [![DataBoxEdge]][DataBoxEdgeGallery]
4444
Databricks | `Az.Databricks` | [![Databricks]][DatabricksGallery]
45+
DataDog | `Az.DataDog` | [![DataDog]][DataDogGallery]
4546
Data Factory | `Az.DataFactory` | [![DataFactory]][DataFactoryGallery]
4647
Data Lake Analytics | `Az.DataLakeAnalytics` | [![DataLakeAnalytics]][DataLakeAnalyticsGallery]
4748
Data Lake Store | `Az.DataLakeStore` | [![DataLakeStore]][DataLakeStoreGallery]

src/DataDog/Az.DataDog.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<PsModuleName>DataDog</PsModuleName>
4+
</PropertyGroup>
5+
6+
<Import Project="$(MSBuildThisFileDirectory)..\Az.autorest.props" />
7+
</Project>

0 commit comments

Comments
 (0)