Skip to content

Commit

Permalink
Move ContainerInstance to main (#17837)
Browse files Browse the repository at this point in the history
* Move ContainerInstance to main

* changelog

* Update src/ContainerInstance/Changelog.md

Co-authored-by: Beisi Zhou <[email protected]>

* Create BreakingChangeIssues.csv

Co-authored-by: azure-powershell-bot <[email protected]>
Co-authored-by: Dingmeng Xue <[email protected]>
Co-authored-by: Beisi Zhou <[email protected]>
  • Loading branch information
4 people authored Apr 19, 2022
1 parent d0d79fa commit 12b93e7
Show file tree
Hide file tree
Showing 105 changed files with 3,261 additions and 1,047 deletions.
6 changes: 3 additions & 3 deletions src/ContainerInstance/Az.ContainerInstance.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 2/24/2022
# Generated on: 4/18/2022
#

@{
Expand Down Expand Up @@ -95,7 +95,7 @@ CmdletsToExport = @()
# VariablesToExport = @()

# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
AliasesToExport = 'Get-AzContainerGroupOutboundNetworkDependencyEndpoint'
AliasesToExport = 'Get-AzContainerGroupOutboundNetworkDependencyEndpoint', '*'

# DSC resources to export from this module
# DscResourcesToExport = @()
Expand Down Expand Up @@ -124,7 +124,7 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Fixed Identity Bug in ImageRegistryCredential'
# ReleaseNotes = ''

# Prerelease string of this module
# Prerelease = ''
Expand Down
14 changes: 9 additions & 5 deletions src/ContainerInstance/Az.ContainerInstance.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@
}
}
if(-not $accountsModule) {
$hasAdequateVersion = (Get-Module -Name $accountsName -ListAvailable | Where-Object { $_.Version -ge [System.Version]'2.2.3' } | Measure-Object).Count -gt 0
$hasAdequateVersion = (Get-Module -Name $accountsName -ListAvailable | Where-Object { $_.Version -ge [System.Version]'2.7.5' } | Measure-Object).Count -gt 0
if($hasAdequateVersion) {
$accountsModule = Import-Module -Name $accountsName -MinimumVersion 2.2.3 -Scope Global -PassThru
$accountsModule = Import-Module -Name $accountsName -MinimumVersion 2.7.5 -Scope Global -PassThru
}
}
}

if(-not $accountsModule) {
Write-Error "`nThis module requires $accountsName version 2.2.3 or greater. For installation instructions, please see: https://docs.microsoft.com/powershell/azure/install-az-ps" -ErrorAction Stop
} elseif (($accountsModule.Version -lt [System.Version]'2.2.3') -and (-not $localAccounts)) {
Write-Error "`nThis module requires $accountsName version 2.2.3 or greater. An earlier version of Az.Accounts is imported in the current PowerShell session. If you are running test, please try to add the switch '-RegenerateSupportModule' when executing 'test-module.ps1'. Otherwise please open a new PowerShell session and import this module again.`nAdditionally, this error could indicate that multiple incompatible versions of Azure PowerShell modules are installed on your system. For troubleshooting information, please see: https://aka.ms/azps-version-error" -ErrorAction Stop
Write-Error "`nThis module requires $accountsName version 2.7.5 or greater. For installation instructions, please see: https://docs.microsoft.com/powershell/azure/install-az-ps" -ErrorAction Stop
} elseif (($accountsModule.Version -lt [System.Version]'2.7.5') -and (-not $localAccounts)) {
Write-Error "`nThis module requires $accountsName version 2.7.5 or greater. An earlier version of Az.Accounts is imported in the current PowerShell session. If you are running test, please try to add the switch '-RegenerateSupportModule' when executing 'test-module.ps1'. Otherwise please open a new PowerShell session and import this module again.`nAdditionally, this error could indicate that multiple incompatible versions of Azure PowerShell modules are installed on your system. For troubleshooting information, please see: https://aka.ms/azps-version-error" -ErrorAction Stop
}
Write-Information "Loaded Module '$($accountsModule.Name)'"

Expand All @@ -50,6 +50,10 @@

# Tweaks the pipeline on module load
$instance.OnModuleLoad = $VTable.OnModuleLoad

# Following two delegates are added for telemetry
$instance.GetTelemetryId = $VTable.GetTelemetryId
$instance.Telemetry = $VTable.Telemetry


# Tweaks the pipeline per call
Expand Down
1 change: 1 addition & 0 deletions src/ContainerInstance/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
-->

## Upcoming Release
* Supported empty directory volume and secret volume for creating container group [#17410]

## Version 3.0.1
* Fixed Identity Bug in ImageRegistryCredential
Expand Down
156 changes: 78 additions & 78 deletions src/ContainerInstance/ContainerInstance.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{EEC77869-F43C-492F-A203-89FB51902D5A}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{5E36A58C-9179-4197-803B-876929202A3B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{C3346A13-2B6E-4B20-8102-2C0009520994}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{F47B96CE-C45D-476D-86D3-3E54860BD161}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{D5760413-37FA-4938-8894-B8975648D03F}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{910BDC36-DAE5-42F2-8289-D02536741ACE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{81D91039-447D-4C7C-9837-4EB84A4629B1}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{9DEAD20A-4771-43D3-BCB9-BE3347089E62}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{71CDE8A5-660C-4665-AD7A-763A070B5BC0}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{29825CB6-7123-417D-8420-6F63B42E048B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ContainerInstance", "Az.ContainerInstance.csproj", "{D167293D-4BD8-4506-BCEA-1EB00096F50F}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ContainerInstance", "Az.ContainerInstance.csproj", "{B205CE86-4CD8-464C-90D9-42DFD1766B70}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -28,77 +28,77 @@ Global
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EEC77869-F43C-492F-A203-89FB51902D5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EEC77869-F43C-492F-A203-89FB51902D5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EEC77869-F43C-492F-A203-89FB51902D5A}.Debug|x64.ActiveCfg = Debug|Any CPU
{EEC77869-F43C-492F-A203-89FB51902D5A}.Debug|x64.Build.0 = Debug|Any CPU
{EEC77869-F43C-492F-A203-89FB51902D5A}.Debug|x86.ActiveCfg = Debug|Any CPU
{EEC77869-F43C-492F-A203-89FB51902D5A}.Debug|x86.Build.0 = Debug|Any CPU
{EEC77869-F43C-492F-A203-89FB51902D5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EEC77869-F43C-492F-A203-89FB51902D5A}.Release|Any CPU.Build.0 = Release|Any CPU
{EEC77869-F43C-492F-A203-89FB51902D5A}.Release|x64.ActiveCfg = Release|Any CPU
{EEC77869-F43C-492F-A203-89FB51902D5A}.Release|x64.Build.0 = Release|Any CPU
{EEC77869-F43C-492F-A203-89FB51902D5A}.Release|x86.ActiveCfg = Release|Any CPU
{EEC77869-F43C-492F-A203-89FB51902D5A}.Release|x86.Build.0 = Release|Any CPU
{C3346A13-2B6E-4B20-8102-2C0009520994}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3346A13-2B6E-4B20-8102-2C0009520994}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3346A13-2B6E-4B20-8102-2C0009520994}.Debug|x64.ActiveCfg = Debug|Any CPU
{C3346A13-2B6E-4B20-8102-2C0009520994}.Debug|x64.Build.0 = Debug|Any CPU
{C3346A13-2B6E-4B20-8102-2C0009520994}.Debug|x86.ActiveCfg = Debug|Any CPU
{C3346A13-2B6E-4B20-8102-2C0009520994}.Debug|x86.Build.0 = Debug|Any CPU
{C3346A13-2B6E-4B20-8102-2C0009520994}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3346A13-2B6E-4B20-8102-2C0009520994}.Release|Any CPU.Build.0 = Release|Any CPU
{C3346A13-2B6E-4B20-8102-2C0009520994}.Release|x64.ActiveCfg = Release|Any CPU
{C3346A13-2B6E-4B20-8102-2C0009520994}.Release|x64.Build.0 = Release|Any CPU
{C3346A13-2B6E-4B20-8102-2C0009520994}.Release|x86.ActiveCfg = Release|Any CPU
{C3346A13-2B6E-4B20-8102-2C0009520994}.Release|x86.Build.0 = Release|Any CPU
{D5760413-37FA-4938-8894-B8975648D03F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5760413-37FA-4938-8894-B8975648D03F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5760413-37FA-4938-8894-B8975648D03F}.Debug|x64.ActiveCfg = Debug|Any CPU
{D5760413-37FA-4938-8894-B8975648D03F}.Debug|x64.Build.0 = Debug|Any CPU
{D5760413-37FA-4938-8894-B8975648D03F}.Debug|x86.ActiveCfg = Debug|Any CPU
{D5760413-37FA-4938-8894-B8975648D03F}.Debug|x86.Build.0 = Debug|Any CPU
{D5760413-37FA-4938-8894-B8975648D03F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5760413-37FA-4938-8894-B8975648D03F}.Release|Any CPU.Build.0 = Release|Any CPU
{D5760413-37FA-4938-8894-B8975648D03F}.Release|x64.ActiveCfg = Release|Any CPU
{D5760413-37FA-4938-8894-B8975648D03F}.Release|x64.Build.0 = Release|Any CPU
{D5760413-37FA-4938-8894-B8975648D03F}.Release|x86.ActiveCfg = Release|Any CPU
{D5760413-37FA-4938-8894-B8975648D03F}.Release|x86.Build.0 = Release|Any CPU
{81D91039-447D-4C7C-9837-4EB84A4629B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81D91039-447D-4C7C-9837-4EB84A4629B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81D91039-447D-4C7C-9837-4EB84A4629B1}.Debug|x64.ActiveCfg = Debug|Any CPU
{81D91039-447D-4C7C-9837-4EB84A4629B1}.Debug|x64.Build.0 = Debug|Any CPU
{81D91039-447D-4C7C-9837-4EB84A4629B1}.Debug|x86.ActiveCfg = Debug|Any CPU
{81D91039-447D-4C7C-9837-4EB84A4629B1}.Debug|x86.Build.0 = Debug|Any CPU
{81D91039-447D-4C7C-9837-4EB84A4629B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81D91039-447D-4C7C-9837-4EB84A4629B1}.Release|Any CPU.Build.0 = Release|Any CPU
{81D91039-447D-4C7C-9837-4EB84A4629B1}.Release|x64.ActiveCfg = Release|Any CPU
{81D91039-447D-4C7C-9837-4EB84A4629B1}.Release|x64.Build.0 = Release|Any CPU
{81D91039-447D-4C7C-9837-4EB84A4629B1}.Release|x86.ActiveCfg = Release|Any CPU
{81D91039-447D-4C7C-9837-4EB84A4629B1}.Release|x86.Build.0 = Release|Any CPU
{71CDE8A5-660C-4665-AD7A-763A070B5BC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71CDE8A5-660C-4665-AD7A-763A070B5BC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71CDE8A5-660C-4665-AD7A-763A070B5BC0}.Debug|x64.ActiveCfg = Debug|Any CPU
{71CDE8A5-660C-4665-AD7A-763A070B5BC0}.Debug|x64.Build.0 = Debug|Any CPU
{71CDE8A5-660C-4665-AD7A-763A070B5BC0}.Debug|x86.ActiveCfg = Debug|Any CPU
{71CDE8A5-660C-4665-AD7A-763A070B5BC0}.Debug|x86.Build.0 = Debug|Any CPU
{71CDE8A5-660C-4665-AD7A-763A070B5BC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71CDE8A5-660C-4665-AD7A-763A070B5BC0}.Release|Any CPU.Build.0 = Release|Any CPU
{71CDE8A5-660C-4665-AD7A-763A070B5BC0}.Release|x64.ActiveCfg = Release|Any CPU
{71CDE8A5-660C-4665-AD7A-763A070B5BC0}.Release|x64.Build.0 = Release|Any CPU
{71CDE8A5-660C-4665-AD7A-763A070B5BC0}.Release|x86.ActiveCfg = Release|Any CPU
{71CDE8A5-660C-4665-AD7A-763A070B5BC0}.Release|x86.Build.0 = Release|Any CPU
{D167293D-4BD8-4506-BCEA-1EB00096F50F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D167293D-4BD8-4506-BCEA-1EB00096F50F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D167293D-4BD8-4506-BCEA-1EB00096F50F}.Debug|x64.ActiveCfg = Debug|Any CPU
{D167293D-4BD8-4506-BCEA-1EB00096F50F}.Debug|x64.Build.0 = Debug|Any CPU
{D167293D-4BD8-4506-BCEA-1EB00096F50F}.Debug|x86.ActiveCfg = Debug|Any CPU
{D167293D-4BD8-4506-BCEA-1EB00096F50F}.Debug|x86.Build.0 = Debug|Any CPU
{D167293D-4BD8-4506-BCEA-1EB00096F50F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D167293D-4BD8-4506-BCEA-1EB00096F50F}.Release|Any CPU.Build.0 = Release|Any CPU
{D167293D-4BD8-4506-BCEA-1EB00096F50F}.Release|x64.ActiveCfg = Release|Any CPU
{D167293D-4BD8-4506-BCEA-1EB00096F50F}.Release|x64.Build.0 = Release|Any CPU
{D167293D-4BD8-4506-BCEA-1EB00096F50F}.Release|x86.ActiveCfg = Release|Any CPU
{D167293D-4BD8-4506-BCEA-1EB00096F50F}.Release|x86.Build.0 = Release|Any CPU
{5E36A58C-9179-4197-803B-876929202A3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E36A58C-9179-4197-803B-876929202A3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E36A58C-9179-4197-803B-876929202A3B}.Debug|x64.ActiveCfg = Debug|Any CPU
{5E36A58C-9179-4197-803B-876929202A3B}.Debug|x64.Build.0 = Debug|Any CPU
{5E36A58C-9179-4197-803B-876929202A3B}.Debug|x86.ActiveCfg = Debug|Any CPU
{5E36A58C-9179-4197-803B-876929202A3B}.Debug|x86.Build.0 = Debug|Any CPU
{5E36A58C-9179-4197-803B-876929202A3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E36A58C-9179-4197-803B-876929202A3B}.Release|Any CPU.Build.0 = Release|Any CPU
{5E36A58C-9179-4197-803B-876929202A3B}.Release|x64.ActiveCfg = Release|Any CPU
{5E36A58C-9179-4197-803B-876929202A3B}.Release|x64.Build.0 = Release|Any CPU
{5E36A58C-9179-4197-803B-876929202A3B}.Release|x86.ActiveCfg = Release|Any CPU
{5E36A58C-9179-4197-803B-876929202A3B}.Release|x86.Build.0 = Release|Any CPU
{F47B96CE-C45D-476D-86D3-3E54860BD161}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F47B96CE-C45D-476D-86D3-3E54860BD161}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F47B96CE-C45D-476D-86D3-3E54860BD161}.Debug|x64.ActiveCfg = Debug|Any CPU
{F47B96CE-C45D-476D-86D3-3E54860BD161}.Debug|x64.Build.0 = Debug|Any CPU
{F47B96CE-C45D-476D-86D3-3E54860BD161}.Debug|x86.ActiveCfg = Debug|Any CPU
{F47B96CE-C45D-476D-86D3-3E54860BD161}.Debug|x86.Build.0 = Debug|Any CPU
{F47B96CE-C45D-476D-86D3-3E54860BD161}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F47B96CE-C45D-476D-86D3-3E54860BD161}.Release|Any CPU.Build.0 = Release|Any CPU
{F47B96CE-C45D-476D-86D3-3E54860BD161}.Release|x64.ActiveCfg = Release|Any CPU
{F47B96CE-C45D-476D-86D3-3E54860BD161}.Release|x64.Build.0 = Release|Any CPU
{F47B96CE-C45D-476D-86D3-3E54860BD161}.Release|x86.ActiveCfg = Release|Any CPU
{F47B96CE-C45D-476D-86D3-3E54860BD161}.Release|x86.Build.0 = Release|Any CPU
{910BDC36-DAE5-42F2-8289-D02536741ACE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{910BDC36-DAE5-42F2-8289-D02536741ACE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{910BDC36-DAE5-42F2-8289-D02536741ACE}.Debug|x64.ActiveCfg = Debug|Any CPU
{910BDC36-DAE5-42F2-8289-D02536741ACE}.Debug|x64.Build.0 = Debug|Any CPU
{910BDC36-DAE5-42F2-8289-D02536741ACE}.Debug|x86.ActiveCfg = Debug|Any CPU
{910BDC36-DAE5-42F2-8289-D02536741ACE}.Debug|x86.Build.0 = Debug|Any CPU
{910BDC36-DAE5-42F2-8289-D02536741ACE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{910BDC36-DAE5-42F2-8289-D02536741ACE}.Release|Any CPU.Build.0 = Release|Any CPU
{910BDC36-DAE5-42F2-8289-D02536741ACE}.Release|x64.ActiveCfg = Release|Any CPU
{910BDC36-DAE5-42F2-8289-D02536741ACE}.Release|x64.Build.0 = Release|Any CPU
{910BDC36-DAE5-42F2-8289-D02536741ACE}.Release|x86.ActiveCfg = Release|Any CPU
{910BDC36-DAE5-42F2-8289-D02536741ACE}.Release|x86.Build.0 = Release|Any CPU
{9DEAD20A-4771-43D3-BCB9-BE3347089E62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9DEAD20A-4771-43D3-BCB9-BE3347089E62}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9DEAD20A-4771-43D3-BCB9-BE3347089E62}.Debug|x64.ActiveCfg = Debug|Any CPU
{9DEAD20A-4771-43D3-BCB9-BE3347089E62}.Debug|x64.Build.0 = Debug|Any CPU
{9DEAD20A-4771-43D3-BCB9-BE3347089E62}.Debug|x86.ActiveCfg = Debug|Any CPU
{9DEAD20A-4771-43D3-BCB9-BE3347089E62}.Debug|x86.Build.0 = Debug|Any CPU
{9DEAD20A-4771-43D3-BCB9-BE3347089E62}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9DEAD20A-4771-43D3-BCB9-BE3347089E62}.Release|Any CPU.Build.0 = Release|Any CPU
{9DEAD20A-4771-43D3-BCB9-BE3347089E62}.Release|x64.ActiveCfg = Release|Any CPU
{9DEAD20A-4771-43D3-BCB9-BE3347089E62}.Release|x64.Build.0 = Release|Any CPU
{9DEAD20A-4771-43D3-BCB9-BE3347089E62}.Release|x86.ActiveCfg = Release|Any CPU
{9DEAD20A-4771-43D3-BCB9-BE3347089E62}.Release|x86.Build.0 = Release|Any CPU
{29825CB6-7123-417D-8420-6F63B42E048B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29825CB6-7123-417D-8420-6F63B42E048B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29825CB6-7123-417D-8420-6F63B42E048B}.Debug|x64.ActiveCfg = Debug|Any CPU
{29825CB6-7123-417D-8420-6F63B42E048B}.Debug|x64.Build.0 = Debug|Any CPU
{29825CB6-7123-417D-8420-6F63B42E048B}.Debug|x86.ActiveCfg = Debug|Any CPU
{29825CB6-7123-417D-8420-6F63B42E048B}.Debug|x86.Build.0 = Debug|Any CPU
{29825CB6-7123-417D-8420-6F63B42E048B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29825CB6-7123-417D-8420-6F63B42E048B}.Release|Any CPU.Build.0 = Release|Any CPU
{29825CB6-7123-417D-8420-6F63B42E048B}.Release|x64.ActiveCfg = Release|Any CPU
{29825CB6-7123-417D-8420-6F63B42E048B}.Release|x64.Build.0 = Release|Any CPU
{29825CB6-7123-417D-8420-6F63B42E048B}.Release|x86.ActiveCfg = Release|Any CPU
{29825CB6-7123-417D-8420-6F63B42E048B}.Release|x86.Build.0 = Release|Any CPU
{B205CE86-4CD8-464C-90D9-42DFD1766B70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B205CE86-4CD8-464C-90D9-42DFD1766B70}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B205CE86-4CD8-464C-90D9-42DFD1766B70}.Debug|x64.ActiveCfg = Debug|Any CPU
{B205CE86-4CD8-464C-90D9-42DFD1766B70}.Debug|x64.Build.0 = Debug|Any CPU
{B205CE86-4CD8-464C-90D9-42DFD1766B70}.Debug|x86.ActiveCfg = Debug|Any CPU
{B205CE86-4CD8-464C-90D9-42DFD1766B70}.Debug|x86.Build.0 = Debug|Any CPU
{B205CE86-4CD8-464C-90D9-42DFD1766B70}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B205CE86-4CD8-464C-90D9-42DFD1766B70}.Release|Any CPU.Build.0 = Release|Any CPU
{B205CE86-4CD8-464C-90D9-42DFD1766B70}.Release|x64.ActiveCfg = Release|Any CPU
{B205CE86-4CD8-464C-90D9-42DFD1766B70}.Release|x64.Build.0 = Release|Any CPU
{B205CE86-4CD8-464C-90D9-42DFD1766B70}.Release|x86.ActiveCfg = Release|Any CPU
{B205CE86-4CD8-464C-90D9-42DFD1766B70}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
13 changes: 12 additions & 1 deletion src/ContainerInstance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This directory contains the PowerShell module for the ContainerInstance service.
This module was primarily generated via [AutoRest](https://github.com/Azure/autorest) using the [PowerShell](https://github.com/Azure/autorest.powershell) extension.

## Module Requirements
- [Az.Accounts module](https://www.powershellgallery.com/packages/Az.Accounts/), version 2.2.3 or greater
- [Az.Accounts module](https://www.powershellgallery.com/packages/Az.Accounts/), version 2.7.5 or greater

## Authentication
AutoRest does not generate authentication code for the module. Authentication is handled via Az.Accounts by altering the HTTP payload before it is sent.
Expand Down Expand Up @@ -140,4 +140,15 @@ directive:
$["204"] = {
"description": "No content"
}
# Change the type of EmptyDir from IAny() to VolumeEmptyDir
- from: swagger-document
where: $.definitions.Volume.properties.emptyDir
transform: >-
return {
"description": "The empty directory volume.",
"type": "object",
"additionalProperties": true
}
# - model-cmdlet:
# - Volume # Hide to customize AzureFileStorageAccountKey from string to securestring
```
2 changes: 1 addition & 1 deletion src/ContainerInstance/check-dependencies.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ if(Test-Path -Path $localModulesPath) {
$env:PSModulePath = "$localModulesPath$([IO.Path]::PathSeparator)$env:PSModulePath"
}

DownloadModule -predicate ($all -or $Accounts) -path $localModulesPath -moduleName 'Az.Accounts' -versionMinimum '2.2.3'
DownloadModule -predicate ($all -or $Accounts) -path $localModulesPath -moduleName 'Az.Accounts' -versionMinimum '2.7.5'
DownloadModule -predicate ($all -or $Pester) -path $localModulesPath -moduleName 'Pester' -requiredVersion '4.10.1'

$tools = Join-Path $PSScriptRoot 'tools'
Expand Down
Loading

0 comments on commit 12b93e7

Please sign in to comment.