Skip to content

Update Samples from ServiceBus to Sphere #49371

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

Merged
merged 3 commits into from
Apr 30, 2025
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 @@ -9,8 +9,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.Servi
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.Core.TestFramework", "..\..\core\Azure.Core.TestFramework\src\Azure.Core.TestFramework.csproj", "{54396122-5CDD-40BE-B539-6BA0B5B7D981}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.ServiceBus.Samples", "samples\Azure.ResourceManager.ServiceBus.Samples.csproj", "{9D7D3B20-4EEB-4083-B438-271FABD10955}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -57,18 +55,6 @@ Global
{54396122-5CDD-40BE-B539-6BA0B5B7D981}.Release|x64.Build.0 = Release|Any CPU
{54396122-5CDD-40BE-B539-6BA0B5B7D981}.Release|x86.ActiveCfg = Release|Any CPU
{54396122-5CDD-40BE-B539-6BA0B5B7D981}.Release|x86.Build.0 = Release|Any CPU
{9D7D3B20-4EEB-4083-B438-271FABD10955}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D7D3B20-4EEB-4083-B438-271FABD10955}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D7D3B20-4EEB-4083-B438-271FABD10955}.Debug|x64.ActiveCfg = Debug|Any CPU
{9D7D3B20-4EEB-4083-B438-271FABD10955}.Debug|x64.Build.0 = Debug|Any CPU
{9D7D3B20-4EEB-4083-B438-271FABD10955}.Debug|x86.ActiveCfg = Debug|Any CPU
{9D7D3B20-4EEB-4083-B438-271FABD10955}.Debug|x86.Build.0 = Debug|Any CPU
{9D7D3B20-4EEB-4083-B438-271FABD10955}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D7D3B20-4EEB-4083-B438-271FABD10955}.Release|Any CPU.Build.0 = Release|Any CPU
{9D7D3B20-4EEB-4083-B438-271FABD10955}.Release|x64.ActiveCfg = Release|Any CPU
{9D7D3B20-4EEB-4083-B438-271FABD10955}.Release|x64.Build.0 = Release|Any CPU
{9D7D3B20-4EEB-4083-B438-271FABD10955}.Release|x86.ActiveCfg = Release|Any CPU
{9D7D3B20-4EEB-4083-B438-271FABD10955}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require: https://github.com/Azure/azure-rest-api-specs/blob/cfe266748ace6a5775d0
output-folder: $(this-folder)/Generated
clear-output-folder: true
sample-gen:
output-folder: $(this-folder)/../samples/Generated
output-folder: $(this-folder)/../tests/Generated
clear-output-folder: true
skip-csproj: true
modelerfour:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.Servi
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.ServiceFabric.Tests", "tests\Azure.ResourceManager.ServiceFabric.Tests.csproj", "{1A791976-9BAF-44D3-8674-C8A63D5B8804}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.ServiceFabric.Samples", "samples\Azure.ResourceManager.ServiceFabric.Samples.csproj", "{D0C67C28-9951-4869-ADF1-3503779E73EA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -43,18 +41,6 @@ Global
{1A791976-9BAF-44D3-8674-C8A63D5B8804}.Release|x64.Build.0 = Release|Any CPU
{1A791976-9BAF-44D3-8674-C8A63D5B8804}.Release|x86.ActiveCfg = Release|Any CPU
{1A791976-9BAF-44D3-8674-C8A63D5B8804}.Release|x86.Build.0 = Release|Any CPU
{D0C67C28-9951-4869-ADF1-3503779E73EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0C67C28-9951-4869-ADF1-3503779E73EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0C67C28-9951-4869-ADF1-3503779E73EA}.Debug|x64.ActiveCfg = Debug|Any CPU
{D0C67C28-9951-4869-ADF1-3503779E73EA}.Debug|x64.Build.0 = Debug|Any CPU
{D0C67C28-9951-4869-ADF1-3503779E73EA}.Debug|x86.ActiveCfg = Debug|Any CPU
{D0C67C28-9951-4869-ADF1-3503779E73EA}.Debug|x86.Build.0 = Debug|Any CPU
{D0C67C28-9951-4869-ADF1-3503779E73EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0C67C28-9951-4869-ADF1-3503779E73EA}.Release|Any CPU.Build.0 = Release|Any CPU
{D0C67C28-9951-4869-ADF1-3503779E73EA}.Release|x64.ActiveCfg = Release|Any CPU
{D0C67C28-9951-4869-ADF1-3503779E73EA}.Release|x64.Build.0 = Release|Any CPU
{D0C67C28-9951-4869-ADF1-3503779E73EA}.Release|x86.ActiveCfg = Release|Any CPU
{D0C67C28-9951-4869-ADF1-3503779E73EA}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ tag: package-2023-11-preview
output-folder: $(this-folder)/Generated
clear-output-folder: true
sample-gen:
output-folder: $(this-folder)/../samples/Generated
output-folder: $(this-folder)/../tests/Generated
clear-output-folder: true
skip-csproj: true
modelerfour:
flatten-payloads: false
use-model-reader-writer: true

#mgmt-debug:
#mgmt-debug:
# show-serialized-names: true

format-by-name-rules:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.Servi
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.ServiceFabricManagedClusters.Tests", "tests\Azure.ResourceManager.ServiceFabricManagedClusters.Tests.csproj", "{997F4467-AD51-41FF-A43E-B67644DEF4EC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.ServiceFabricManagedClusters.Samples", "samples\Azure.ResourceManager.ServiceFabricManagedClusters.Samples.csproj", "{4FF786AD-FED6-433E-A817-EF33D1910B18}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -43,18 +41,6 @@ Global
{997F4467-AD51-41FF-A43E-B67644DEF4EC}.Release|x64.Build.0 = Release|Any CPU
{997F4467-AD51-41FF-A43E-B67644DEF4EC}.Release|x86.ActiveCfg = Release|Any CPU
{997F4467-AD51-41FF-A43E-B67644DEF4EC}.Release|x86.Build.0 = Release|Any CPU
{4FF786AD-FED6-433E-A817-EF33D1910B18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FF786AD-FED6-433E-A817-EF33D1910B18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FF786AD-FED6-433E-A817-EF33D1910B18}.Debug|x64.ActiveCfg = Debug|Any CPU
{4FF786AD-FED6-433E-A817-EF33D1910B18}.Debug|x64.Build.0 = Debug|Any CPU
{4FF786AD-FED6-433E-A817-EF33D1910B18}.Debug|x86.ActiveCfg = Debug|Any CPU
{4FF786AD-FED6-433E-A817-EF33D1910B18}.Debug|x86.Build.0 = Debug|Any CPU
{4FF786AD-FED6-433E-A817-EF33D1910B18}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FF786AD-FED6-433E-A817-EF33D1910B18}.Release|Any CPU.Build.0 = Release|Any CPU
{4FF786AD-FED6-433E-A817-EF33D1910B18}.Release|x64.ActiveCfg = Release|Any CPU
{4FF786AD-FED6-433E-A817-EF33D1910B18}.Release|x64.Build.0 = Release|Any CPU
{4FF786AD-FED6-433E-A817-EF33D1910B18}.Release|x86.ActiveCfg = Release|Any CPU
{4FF786AD-FED6-433E-A817-EF33D1910B18}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require: https://github.com/Azure/azure-rest-api-specs/blob/f17b769690a46d85813
output-folder: $(this-folder)/Generated
clear-output-folder: true
sample-gen:
output-folder: $(this-folder)/../samples/Generated
output-folder: $(this-folder)/../tests/Generated
clear-output-folder: true
skip-csproj: true
modelerfour:
Expand Down Expand Up @@ -96,7 +96,7 @@ rename-mapping:
ManagedCluster.properties.ipv6Address: -|ip-address
ManagedCluster.properties.zonalResiliency: HasZoneResiliency
ManagedCluster.properties.enableHttpGatewayExclusiveAuthMode: IsHttpGatewayExclusiveAuthModeEnabled

Subnet: ManagedClusterSubnet
Subnet.enableIpv6: IsIPv6Enabled
Subnet.networkSecurityGroupId: -|arm-id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.Servi
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.ServiceLinker.Tests", "tests\Azure.ResourceManager.ServiceLinker.Tests.csproj", "{C1DEC719-AC09-4407-9623-1600103E108C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.ServiceLinker.Samples", "samples\Azure.ResourceManager.ServiceLinker.Samples.csproj", "{DB9905E6-C034-4EDB-9971-2F60F8EC5ACF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -43,18 +41,6 @@ Global
{C1DEC719-AC09-4407-9623-1600103E108C}.Release|x64.Build.0 = Release|Any CPU
{C1DEC719-AC09-4407-9623-1600103E108C}.Release|x86.ActiveCfg = Release|Any CPU
{C1DEC719-AC09-4407-9623-1600103E108C}.Release|x86.Build.0 = Release|Any CPU
{DB9905E6-C034-4EDB-9971-2F60F8EC5ACF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB9905E6-C034-4EDB-9971-2F60F8EC5ACF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB9905E6-C034-4EDB-9971-2F60F8EC5ACF}.Debug|x64.ActiveCfg = Debug|Any CPU
{DB9905E6-C034-4EDB-9971-2F60F8EC5ACF}.Debug|x64.Build.0 = Debug|Any CPU
{DB9905E6-C034-4EDB-9971-2F60F8EC5ACF}.Debug|x86.ActiveCfg = Debug|Any CPU
{DB9905E6-C034-4EDB-9971-2F60F8EC5ACF}.Debug|x86.Build.0 = Debug|Any CPU
{DB9905E6-C034-4EDB-9971-2F60F8EC5ACF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB9905E6-C034-4EDB-9971-2F60F8EC5ACF}.Release|Any CPU.Build.0 = Release|Any CPU
{DB9905E6-C034-4EDB-9971-2F60F8EC5ACF}.Release|x64.ActiveCfg = Release|Any CPU
{DB9905E6-C034-4EDB-9971-2F60F8EC5ACF}.Release|x64.Build.0 = Release|Any CPU
{DB9905E6-C034-4EDB-9971-2F60F8EC5ACF}.Release|x86.ActiveCfg = Release|Any CPU
{DB9905E6-C034-4EDB-9971-2F60F8EC5ACF}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require: https://github.com/Azure/azure-rest-api-specs/blob/42ca0236ef14093f5aff
output-folder: $(this-folder)/Generated
clear-output-folder: true
sample-gen:
output-folder: $(this-folder)/../samples/Generated
output-folder: $(this-folder)/../tests/Generated
clear-output-folder: true
skip-csproj: true
modelerfour:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ Project("{905EF25D-C15B-4D3C-937B-327F99CEBD48}") = "Azure.ResourceManager.Spher
EndProject
Project("{905EF25D-C15B-4D3C-937B-327F99CEBD48}") = "Azure.ResourceManager.Sphere.Tests", "tests\Azure.ResourceManager.Sphere.Tests.csproj", "{EDBFD9B8-4E83-4789-877E-15D8E0503945}"
EndProject
Project("{905EF25D-C15B-4D3C-937B-327F99CEBD48}") = "Azure.ResourceManager.Sphere.Samples", "samples\Azure.ResourceManager.Sphere.Samples.csproj", "{2AE4E5F4-127D-4774-8431-1A42EB6CFE32}"
EndProject
Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -49,17 +47,5 @@ Global
{EDBFD9B8-4E83-4789-877E-15D8E0503945}.Release|x64.Build.0 = Release|Any CPU
{EDBFD9B8-4E83-4789-877E-15D8E0503945}.Release|x86.ActiveCfg = Release|Any CPU
{EDBFD9B8-4E83-4789-877E-15D8E0503945}.Release|x86.Build.0 = Release|Any CPU
{2AE4E5F4-127D-4774-8431-1A42EB6CFE32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2AE4E5F4-127D-4774-8431-1A42EB6CFE32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2AE4E5F4-127D-4774-8431-1A42EB6CFE32}.Debug|x64.ActiveCfg = Debug|Any CPU
{2AE4E5F4-127D-4774-8431-1A42EB6CFE32}.Debug|x64.Build.0 = Debug|Any CPU
{2AE4E5F4-127D-4774-8431-1A42EB6CFE32}.Debug|x86.ActiveCfg = Debug|Any CPU
{2AE4E5F4-127D-4774-8431-1A42EB6CFE32}.Debug|x86.Build.0 = Debug|Any CPU
{2AE4E5F4-127D-4774-8431-1A42EB6CFE32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2AE4E5F4-127D-4774-8431-1A42EB6CFE32}.Release|Any CPU.Build.0 = Release|Any CPU
{2AE4E5F4-127D-4774-8431-1A42EB6CFE32}.Release|x64.ActiveCfg = Release|Any CPU
{2AE4E5F4-127D-4774-8431-1A42EB6CFE32}.Release|x64.Build.0 = Release|Any CPU
{2AE4E5F4-127D-4774-8431-1A42EB6CFE32}.Release|x86.ActiveCfg = Release|Any CPU
{2AE4E5F4-127D-4774-8431-1A42EB6CFE32}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal

This file was deleted.

4 changes: 2 additions & 2 deletions sdk/sphere/Azure.ResourceManager.Sphere/src/autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ require: https://github.com/Azure/azure-rest-api-specs/blob/8d662e966f6de4cd85d3
output-folder: $(this-folder)/Generated
clear-output-folder: true
sample-gen:
output-folder: $(this-folder)/../samples/Generated
output-folder: $(this-folder)/../tests/Generated
clear-output-folder: true
skip-csproj: true
modelerfour:
flatten-payloads: false
use-model-reader-writer: true

#mgmt-debug:
#mgmt-debug:
# show-serialized-names: true

format-by-name-rules:
Expand Down