Skip to content

Commit

Permalink
CodeGen from PR 21241 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Migrate to net track2 for some resource-manager readmes batch 3 (Azure#21241)

* migrate to track 2

* revert configs for machinelearning and managementgroups

* resolve Go SDK automation failure

Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
  • Loading branch information
SDKAuto and tadelesh committed Oct 28, 2022
1 parent 2ce9ca4 commit 63c81a5
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 9 deletions.
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.

2 changes: 1 addition & 1 deletion sdk/datadog/Azure.ResourceManager.Datadog/src/autorest.md
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

0 comments on commit 63c81a5

Please sign in to comment.