Skip to content
Merged
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 @@ -16,8 +16,6 @@ clear-output-folder: true
sample-gen:
output-folder: $(this-folder)/../samples/Generated
clear-output-folder: true
skipped-operations:
- EligibleChildResources_Get
skip-csproj: true
modelerfour:
flatten-payloads: false
Expand Down

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

1 change: 1 addition & 0 deletions sdk/dns/Azure.ResourceManager.Dns/src/autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ clear-output-folder: true
sample-gen:
output-folder: $(this-folder)/../samples/Generated
clear-output-folder: true
sample: false
skip-csproj: true
modelerfour:
flatten-payloads: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ clear-output-folder: true
sample-gen:
output-folder: $(this-folder)/../samples/Generated
clear-output-folder: true
sample: false
skip-csproj: true
modelerfour:
flatten-payloads: false
Expand All @@ -28,7 +29,7 @@ format-by-name-rules:
'ifMatch': 'etag'
'IPv6Address': 'ip-address'
'IPv4Address': 'ip-address'

acronym-mapping:
CPU: Cpu
CPUs: Cpus
Expand Down Expand Up @@ -59,7 +60,7 @@ acronym-mapping:
SoaRecord: PrivateDnsSoaRecordInfo
SrvRecord: PrivateDnsSrvRecordInfo
TxtRecord: PrivateDnsTxtRecordInfo
ProvisioningState : PrivateDnsProvisioningState
ProvisioningState : PrivateDnsProvisioningState

override-operation-name:
RecordSets_List: GetRecords
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Project("{E298A5B7-DDEE-4DDB-ADB5-86437D7668A3}") = "Azure.ResourceManager.Secur
EndProject
Project("{E298A5B7-DDEE-4DDB-ADB5-86437D7668A3}") = "Azure.ResourceManager.SecurityDevOps.Tests", "tests\Azure.ResourceManager.SecurityDevOps.Tests.csproj", "{29307F4D-07DD-433A-BE5A-401689A3B737}"
EndProject
Project("{E298A5B7-DDEE-4DDB-ADB5-86437D7668A3}") = "Azure.ResourceManager.SecurityDevOps.Samples", "Samples\Azure.ResourceManager.SecurityDevOps.Samples.csproj", "{F340C8EB-943B-41CF-B9B3-CB5E5BF339BF}"
Project("{E298A5B7-DDEE-4DDB-ADB5-86437D7668A3}") = "Azure.ResourceManager.SecurityDevOps.Samples", "samples\Azure.ResourceManager.SecurityDevOps.Samples.csproj", "{F340C8EB-943B-41CF-B9B3-CB5E5BF339BF}"
EndProject
Global
GlobalSection(SolutionProperties) = preSolution
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="Azure.Identity"/>
<PackageReference Include="NUnit" />
Expand Down