You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ContainerInstance/Az.ContainerInstance.psd1
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
#
4
4
# Generated by: Microsoft Corporation
5
5
#
6
-
# Generated on: 2/24/2022
6
+
# Generated on: 4/18/2022
7
7
#
8
8
9
9
@{
@@ -95,7 +95,7 @@ CmdletsToExport = @()
95
95
# VariablesToExport = @()
96
96
97
97
# 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.
$accountsModule=Import-Module-Name $accountsName-MinimumVersion 2.2.3-Scope Global -PassThru
30
+
$accountsModule=Import-Module-Name $accountsName-MinimumVersion 2.7.5-Scope Global -PassThru
31
31
}
32
32
}
33
33
}
34
34
35
35
if(-not$accountsModule) {
36
-
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
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
36
+
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
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
Copy file name to clipboardExpand all lines: src/ContainerInstance/README.md
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ This directory contains the PowerShell module for the ContainerInstance service.
17
17
This module was primarily generated via [AutoRest](https://github.com/Azure/autorest) using the [PowerShell](https://github.com/Azure/autorest.powershell) extension.
18
18
19
19
## Module Requirements
20
-
-[Az.Accounts module](https://www.powershellgallery.com/packages/Az.Accounts/), version 2.2.3 or greater
20
+
-[Az.Accounts module](https://www.powershellgallery.com/packages/Az.Accounts/), version 2.7.5 or greater
21
21
22
22
## Authentication
23
23
AutoRest does not generate authentication code for the module. Authentication is handled via Az.Accounts by altering the HTTP payload before it is sent.
@@ -140,4 +140,15 @@ directive:
140
140
$["204"] = {
141
141
"description": "No content"
142
142
}
143
+
# Change the type of EmptyDir from IAny() to VolumeEmptyDir
144
+
- from: swagger-document
145
+
where: $.definitions.Volume.properties.emptyDir
146
+
transform: >-
147
+
return {
148
+
"description": "The empty directory volume.",
149
+
"type": "object",
150
+
"additionalProperties": true
151
+
}
152
+
# - model-cmdlet:
153
+
# - Volume # Hide to customize AzureFileStorageAccountKey from string to securestring
0 commit comments