Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ReleasePR Azure.ResourceManager.Datadog] New API version for Microsoft.Datadog RP #32114

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,10 @@ public DatadogOrganizationProperties() { }
public string ApiKey { get { throw null; } set { } }
public string ApplicationKey { get { throw null; } set { } }
public string EnterpriseAppId { get { throw null; } set { } }
public string Id { get { throw null; } }
public string Id { get { throw null; } set { } }
public string LinkingAuthCode { get { throw null; } set { } }
public string LinkingClientId { get { throw null; } set { } }
public string Name { get { throw null; } }
public string Name { get { throw null; } set { } }
public System.Uri RedirectUri { get { throw null; } set { } }
}
public partial class DatadogSetPasswordLink
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ azure-arm: true
csharp: true
library-name: Datadog
namespace: Azure.ResourceManager.Datadog
require: https://github.com/Azure/azure-rest-api-specs/blob/066eb8c81e14e0f3b22b6700c67693eef5f79ea9/specification/datadog/resource-manager/readme.md
require: /mnt/vss/_work/1/s/azure-rest-api-specs/specification/datadog/resource-manager/readme.md
output-folder: $(this-folder)/Generated
clear-output-folder: true
skip-csproj: true
Expand Down