File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Azure.Provisioning.CloudMachine/api Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ namespace Azure.Provisioning.CloudMachine
22{
33 public partial class CloudMachineInfrastructure : Azure . Provisioning . Infrastructure
44 {
5- public CloudMachineInfrastructure ( string ? name = "cm" ) : base ( default ( string ) ) { }
5+ public CloudMachineInfrastructure ( string name = "cm" ) : base ( default ( string ) ) { }
66 public Azure . Provisioning . BicepParameter PrincipalIdParameter { get { throw null ; } }
77 public Azure . Provisioning . BicepParameter PrincipalNameParameter { get { throw null ; } }
88 public Azure . Provisioning . BicepParameter PrincipalTypeParameter { get { throw null ; } }
Original file line number Diff line number Diff line change 1717 <ProjectsToIncludeBySDKType Include="$(MSBuildThisFileDirectory)Azure.Provisioning\**\*.csproj" />
1818 <ProjectsToIncludeBySDKType Include="$(MSBuildThisFileDirectory)Azure.Provisioning\**\*.csproj" />
1919 <ProjectsToIncludeBySDKType Include="$(MSBuildThisFileDirectory)Azure.Provisioning.AppConfiguration\**\*.csproj" />
20- <ProjectsToIncludeBySDKType Include="$(MSBuildThisFileDirectory)Azure.Provisioning.CloudMachine\**\*.csproj" />
2120 <ProjectsToIncludeBySDKType Include="$(MSBuildThisFileDirectory)Azure.Provisioning.CognitiveServices\**\*.csproj" />
2221 <ProjectsToIncludeBySDKType Include="$(MSBuildThisFileDirectory)Azure.Provisioning.CosmosDB\**\*.csproj" />
2322 <ProjectsToIncludeBySDKType Include="$(MSBuildThisFileDirectory)Azure.Provisioning.EventHubs\**\*.csproj" />
3736 <ProjectsToIncludeBySDKType Include="$(MSBuildThisFileDirectory)Azure.Provisioning.AppContainers\**\*.csproj" />
3837 <ProjectsToIncludeBySDKType Include="$(MSBuildThisFileDirectory)Azure.Provisioning.ApplicationInsights\**\*.csproj" />
3938 <ProjectsToIncludeBySDKType Include="$(MSBuildThisFileDirectory)Azure.Provisioning.AppService\**\*.csproj" />
39+ <ProjectsToIncludeBySDKType Include="$(MSBuildThisFileDirectory)Azure.Provisioning.CloudMachine\**\*.csproj" />
4040 <ProjectsToIncludeBySDKType Include="$(MSBuildThisFileDirectory)Azure.Provisioning.Communication\**\*.csproj" />
4141 <ProjectsToIncludeBySDKType Include="$(MSBuildThisFileDirectory)Azure.Provisioning.ContainerRegistry\**\*.csproj" />
4242 <ProjectsToIncludeBySDKType Include="$(MSBuildThisFileDirectory)Azure.Provisioning.ContainerService\**\*.csproj" />
4545 <ProjectsToIncludeBySDKType Include="$(MSBuildThisFileDirectory)Azure.Provisioning.KubernetesConfiguration\**\*.csproj" />
4646 <ProjectsToIncludeBySDKType Include="$(MSBuildThisFileDirectory)Azure.Provisioning.OperationalInsights\**\*.csproj" />
4747 </ItemGroup>
48- </Project>
48+ </Project>
You can’t perform that action at this time.
0 commit comments