Skip to content

Commit

Permalink
revert some unexpected sample configuration changes (#38619)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang committed Sep 13, 2023
1 parent 3e71762 commit 1e637c1
Show file tree
Hide file tree
Showing 20 changed files with 50 additions and 6 deletions.
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

0 comments on commit 1e637c1

Please sign in to comment.