Skip to content

Commit b31b1e5

Browse files
msJinLeifenwicktmakharchazurepowershellwyunchi-ms
authored andcommitted
First version of DataDog (Azure#15218)
* Fix for output type and null subscriptions collection in ResourceGraph (Azure#15135) * Fixed null subscriptions exception, added change log * Added output type fix and updated tests Changes from PR Azure#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]>
1 parent f5899ca commit b31b1e5

File tree

487 files changed

+69906
-35
lines changed

Some content is hidden

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

487 files changed

+69906
-35
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)