Skip to content

Commit

Permalink
First version of DataDog (#15218)
Browse files Browse the repository at this point in the history
* Fix for output type and null subscriptions collection in ResourceGraph (#15135)

* Fixed null subscriptions exception, added change log

* Added output type fix and updated tests
Changes from PR #15125

* regenerated ps1xml, updated examples

* Updated md file for the output type and changelog

* added breaking change issues csv after rebasing with master

* added parenthesses to csv to fix parsing issue

Co-authored-by: makharch <[email protected]>

* Move DataDog to master

* Add DataDog to documentation/azure-powershell-modules.md

* Add SignatureIssues.csv for skip static analysis pipeline.

Co-authored-by: fenwickt <[email protected]>
Co-authored-by: makharch <[email protected]>
Co-authored-by: azurepowershell <[email protected]>
Co-authored-by: wyunchi-ms <[email protected]>
  • Loading branch information
5 people committed Jun 10, 2021
1 parent f5899ca commit b31b1e5
Show file tree
Hide file tree
Showing 487 changed files with 69,906 additions and 35 deletions.
1 change: 1 addition & 0 deletions documentation/azure-powershell-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Custom Resource Providers | `Az.CustomProviders`
Data Box | `Az.DataBox` | [![DataBox]][DataBoxGallery]
Data Box Edge (Stack Edge) | `Az.DataBoxEdge` | [![DataBoxEdge]][DataBoxEdgeGallery]
Databricks | `Az.Databricks` | [![Databricks]][DatabricksGallery]
DataDog | `Az.DataDog` | [![DataDog]][DataDogGallery]
Data Factory | `Az.DataFactory` | [![DataFactory]][DataFactoryGallery]
Data Lake Analytics | `Az.DataLakeAnalytics` | [![DataLakeAnalytics]][DataLakeAnalyticsGallery]
Data Lake Store | `Az.DataLakeStore` | [![DataLakeStore]][DataLakeStoreGallery]
Expand Down
7 changes: 7 additions & 0 deletions src/DataDog/Az.DataDog.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PsModuleName>DataDog</PsModuleName>
</PropertyGroup>

<Import Project="$(MSBuildThisFileDirectory)..\Az.autorest.props" />
</Project>
Loading

0 comments on commit b31b1e5

Please sign in to comment.