Skip to content

Commit 134e560

Browse files
committed
Revert change
1 parent 6c713f9 commit 134e560

File tree

88 files changed

+73825
-173408
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+73825
-173408
lines changed

src/Advisor/Az.Advisor.psd1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 10/10/2022
6+
# Generated on: 10/9/2022
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
RootModule = './Az.Advisor.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.2.0'
15+
ModuleVersion = '1.1.2'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.2'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.7.4'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = './bin/Az.Advisor.private.dll'
@@ -109,7 +109,7 @@ PrivateData = @{
109109
# IconUri = ''
110110

111111
# ReleaseNotes of this module
112-
ReleaseNotes = '* Bumped API version to 2020-01-01'
112+
# ReleaseNotes = ''
113113

114114
# Prerelease string of this module
115115
# Prerelease = ''

src/Advisor/Changelog.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
22-
## Version 1.2.0
2321
* Bumped API version to 2020-01-01
2422

2523
## Version 1.1.2

src/Advisor/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
[assembly: ComVisible(false)]
2525
[assembly: CLSCompliant(false)]
2626
[assembly: Guid("5d636d31-fff2-4ac2-bf7c-cce9031f8c72")]
27-
[assembly: AssemblyVersion("1.2.0")]
28-
[assembly: AssemblyFileVersion("1.2.0")]
27+
[assembly: AssemblyVersion("1.1.2")]
28+
[assembly: AssemblyFileVersion("1.1.2")]

src/Aks/Aks.Autorest/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
[assembly: ComVisible(false)]
2525
[assembly: CLSCompliant(false)]
2626
[assembly: Guid("5970aa1c-f499-4b40-aeee-426ab8876d7e")]
27-
[assembly: AssemblyVersion("4.3.1")]
28-
[assembly: AssemblyFileVersion("4.3.1")]
27+
[assembly: AssemblyVersion("4.3.0")]
28+
[assembly: AssemblyFileVersion("4.3.0")]

src/Aks/Aks/Az.Aks.psd1

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 10/10/2022
6+
# Generated on: 9/29/2022
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '4.3.1'
15+
ModuleVersion = '4.3.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.0'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'YamlDotNet.dll', 'AutoMapper.dll',
@@ -107,7 +107,8 @@ PrivateData = @{
107107
PSData = @{
108108

109109
# Tags applied to this module. These help with module discovery in online galleries.
110-
Tags = 'Azure','ResourceManager','ARM','AKS','Kubernetes','Container','Orchestrator','Containers','Docker'
110+
Tags = 'Azure', 'ResourceManager', 'ARM', 'AKS', 'Kubernetes', 'Container',
111+
'Orchestrator', 'Containers', 'Docker'
111112

112113
# A URL to the license for this module.
113114
LicenseUri = 'https://aka.ms/azps-license'
@@ -119,7 +120,13 @@ PrivateData = @{
119120
# IconUri = ''
120121

121122
# ReleaseNotes of this module
122-
ReleaseNotes = '* [Breaking Change] Removed the alias ''Install-AzAksKubectl'' of ''Install-AzAksCliTool''.'
123+
ReleaseNotes = '* Added support of ''FQDN'' in ''Import-AzAksCredential'' [#17711]
124+
* Added hint when ''Import-AzAksCredential'' meets bad formatted kubernetes configuration file [#16741]
125+
* Added parameter ''-NodeResourceGroup'' for ''New-AzAksCluster''. [#19014]
126+
* Added support for ''Auto Upgrade'' in ''New-AzAksCluster'' and ''Set-AzAksCluster''.
127+
* Added support for ''Http Proxy'' in ''New-AzAksCluster'' and ''Set-AzAksCluster''.
128+
* Added parameter ''DisableLocalAccount'' and ''DiskEncryptionSetID'' in ''New-AzAksCluster'' and ''Set-AzAksCluster''.
129+
* Added logic for installing ''kubelogin'' in ''Install-AzAksKubectl''.'
123130

124131
# Prerelease string of this module
125132
# Prerelease = ''
@@ -132,7 +139,7 @@ PrivateData = @{
132139

133140
} # End of PSData hashtable
134141

135-
} # End of PrivateData hashtable
142+
} # End of PrivateData hashtable
136143

137144
# HelpInfo URI of this module
138145
# HelpInfoURI = ''

src/Aks/Aks/ChangeLog.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
22-
## Version 4.3.1
2321
* [Breaking Change] Removed the alias `Install-AzAksKubectl` of `Install-AzAksCliTool`.
2422

2523
## Version 4.3.0

src/Aks/Aks/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
[assembly: ComVisible(false)]
2424
[assembly: CLSCompliant(false)]
2525
[assembly: Guid("a97e0c3e-e389-46a6-b73d-2b9bd6909bdb")]
26-
[assembly: AssemblyVersion("4.3.1")]
27-
[assembly: AssemblyFileVersion("4.3.1")]
26+
[assembly: AssemblyVersion("4.3.0")]
27+
[assembly: AssemblyFileVersion("4.3.0")]

src/ApiManagement/ApiManagement.ServiceManagement/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
4242
// You can specify all the values or you can default the Build and Revision Numbers
4343
// by using the '*' as shown below:
4444

45-
[assembly: AssemblyVersion("3.1.0")]
46-
[assembly: AssemblyFileVersion("3.1.0")]
45+
[assembly: AssemblyVersion("3.0.1")]
46+
[assembly: AssemblyFileVersion("3.0.1")]

src/ApiManagement/ApiManagement/Az.ApiManagement.psd1

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 10/10/2022
6+
# Generated on: 2022/9/2
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '3.1.0'
15+
ModuleVersion = '3.0.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.0'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'AutoMapper.dll', 'Microsoft.Azure.Management.ApiManagement.dll',
@@ -209,7 +209,8 @@ PrivateData = @{
209209
# IconUri = ''
210210

211211
# ReleaseNotes of this module
212-
ReleaseNotes = '* [Breaking Change] Changed the type of parameter ''Sku'' from Enum to String in ''Add-AzApiManagementRegion'', ''New-AzApiManagement'' and ''Update-AzApiManagementRegion''.'
212+
ReleaseNotes = '* Added warning message for upcoming breaking change: changed the type of parameter Sku from Enum to String
213+
* Supported GraphQL Specification Format'
213214

214215
# Prerelease string of this module
215216
# Prerelease = ''

src/ApiManagement/ApiManagement/ChangeLog.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
22-
## Version 3.1.0
2321
* [Breaking Change] Changed the type of parameter `Sku` from Enum to String in `Add-AzApiManagementRegion`, `New-AzApiManagement` and `Update-AzApiManagementRegion`.
2422

2523
## Version 3.0.1

src/ApiManagement/ApiManagement/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@
4141
// You can specify all the values or you can default the Build and Revision Numbers
4242
// by using the '*' as shown below:
4343

44-
[assembly: AssemblyVersion("3.1.0")]
45-
[assembly: AssemblyFileVersion("3.1.0")]
44+
[assembly: AssemblyVersion("3.0.1")]
45+
[assembly: AssemblyFileVersion("3.0.1")]

src/Attestation/Attestation.Autorest/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
[assembly: ComVisible(false)]
2525
[assembly: CLSCompliant(false)]
2626
[assembly: Guid("163780f9-65b1-4854-98aa-6967892d7b6a")]
27-
[assembly: AssemblyVersion("1.1.0")]
28-
[assembly: AssemblyFileVersion("1.1.0")]
27+
[assembly: AssemblyVersion("0.1.0")]
28+
[assembly: AssemblyFileVersion("0.1.0")]

src/Attestation/Attestation/Az.Attestation.psd1

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 10/10/2022
6+
# Generated on: 9/20/2022
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.1.0'
15+
ModuleVersion = '1.0.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.7.4'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'Microsoft.Azure.Management.Attestation.dll',
@@ -107,7 +107,7 @@ PrivateData = @{
107107
PSData = @{
108108

109109
# Tags applied to this module. These help with module discovery in online galleries.
110-
Tags = 'Azure','ResourceManager','ARM','Attestation'
110+
Tags = 'Azure', 'ResourceManager', 'ARM', 'Attestation'
111111

112112
# A URL to the license for this module.
113113
LicenseUri = 'https://aka.ms/azps-license'
@@ -119,9 +119,7 @@ PrivateData = @{
119119
# IconUri = ''
120120

121121
# ReleaseNotes of this module
122-
ReleaseNotes = '* [Breaking Change] Replaced ''New/Remove/Get-AzAttestation'' with ''New/Remove/Get-AzAttestationProvider''
123-
* Added ''Get-AzAttestationDefaultProvider'' and ''Update-AzAttestationProvider''
124-
* Upgraded API version from 2018-09-01-preview to 2020-10-01'
122+
ReleaseNotes = '* General availability of ''Az.Attestation'' module'
125123

126124
# Prerelease string of this module
127125
# Prerelease = ''
@@ -134,7 +132,7 @@ PrivateData = @{
134132

135133
} # End of PSData hashtable
136134

137-
} # End of PrivateData hashtable
135+
} # End of PrivateData hashtable
138136

139137
# HelpInfo URI of this module
140138
# HelpInfoURI = ''

src/Attestation/Attestation/ChangeLog.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020

2121

2222
## Upcoming Release
23-
24-
## Version 1.1.0
2523
* [Breaking Change] Replaced `New/Remove/Get-AzAttestation` with `New/Remove/Get-AzAttestationProvider`
2624
* Added `Get-AzAttestationDefaultProvider` and `Update-AzAttestationProvider`
2725
* Upgraded API version from 2018-09-01-preview to 2020-10-01

src/Attestation/Attestation/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
[assembly: CLSCompliant(false)]
3030

3131
[assembly: Guid("2994548F-69B9-4DC2-8D19-52CC0C0C85BC")]
32-
[assembly: AssemblyVersion("1.1.0")]
33-
[assembly: AssemblyFileVersion("1.1.0")]
32+
[assembly: AssemblyVersion("1.0.0")]
33+
[assembly: AssemblyFileVersion("1.0.0")]
3434
#if !SIGN
3535
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Attestation.Test")]
3636
#endif

src/Compute/Compute.Autorest/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
[assembly: ComVisible(false)]
2525
[assembly: CLSCompliant(false)]
2626
[assembly: Guid("05e53bbe-85c7-4f90-b796-25b4d044090b")]
27-
[assembly: AssemblyVersion("4.32.0")]
28-
[assembly: AssemblyFileVersion("4.32.0")]
27+
[assembly: AssemblyVersion("4.31.0")]
28+
[assembly: AssemblyFileVersion("4.31.0")]

src/Compute/Compute.Helpers/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("ba0d06e0-118c-4f34-b01c-7f6335577747")]
2828

29-
[assembly: AssemblyVersion("4.32.0")]
30-
[assembly: AssemblyFileVersion("4.32.0")]
29+
[assembly: AssemblyVersion("4.31.0")]
30+
[assembly: AssemblyFileVersion("4.31.0")]

src/Compute/Compute/Az.Compute.psd1

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 10/10/2022
6+
# Generated on: 2022/9/2
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '4.32.0'
15+
ModuleVersion = '4.31.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -54,7 +54,7 @@ DotNetFrameworkVersion = '4.7.2'
5454
# ProcessorArchitecture = ''
5555

5656
# Modules that must be imported into the global environment prior to importing this module
57-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.2'; })
57+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.0'; })
5858

5959
# Assemblies that must be loaded prior to importing this module
6060
RequiredAssemblies = 'AutoMapper.dll', 'Microsoft.Azure.Management.Compute.dll',
@@ -232,15 +232,16 @@ PrivateData = @{
232232
# IconUri = ''
233233

234234
# ReleaseNotes of this module
235-
ReleaseNotes = '* Added the ''TimeCreated'' property to the Virtual Machine and Virtual Machine Scale Set models.
236-
* Added Confidential VM functionality to multiple cmdlets.
237-
* Added new parameter ''SecureVMDiskEncryptionSet'' to cmdlet ''Set-AzDiskSecurityProfile''.
238-
* Added new parameters ''SecureVMDiskEncryptionSet'' and ''SecurityEncryptionType'' to cmdlet ''Set-AzVMOSDisk''.
239-
* Improved cmdlet descriptions and parameter descriptions for VM/VMSS creation.
240-
* Added the ''BaseRegularPriorityCount'' integer property to the following cmdlets: ''New-AzVmssConfig'' and ''Update-AzVmssConfig''
241-
* Added the ''RegularPriorityPercentage'' integer property to the following cmdlets: ''New-AzVmssConfig'' and ''Update-AzVmssConfig''
242-
* Added Breaking Changes for Add-AzVMAdditionalUnattendContent and Get-AzGallery cmdlets
243-
* Added ''-DiskControllerType'' property to the following cmdlets: ''New-AzVm'', ''New-AzVmss'', ''New-AzVmConfig'', ''Set-AzVmssStorageProfile'''
235+
ReleaseNotes = '* Added Trusted Launch Generic Breaking Change warning for ''New-AzVM'', ''New-AzDisk'' and ''New-AzVMSS'' cmdlets.
236+
* ''Get-AzVMRunCommand'' now shows all the properties of VMRunCommand in a list format.
237+
* Added new Parameter ''-PublicIpSku'' to the ''NewAzVM'' cmdlet with acceptable values : ''Basic'' and ''Standard''.
238+
* Added Generic Breaking Change PublicIpSku Warning and Overridden ''-Zone'' logic when ''-PublicIpSku'' is explicitly provided.
239+
* Added Disk Delete Optional parameters ''OsDisk Deletion Option'' and ''Delete Option'' to the ''Set-AzVmssStorageProfile'' (OS Disk) and ''Add-AzVmssDataDisk'' (Data Disk)
240+
* Improved printed output for ''Get-AzComputeResourceSku''
241+
* Updated ''Update-AzVm'' to give constructive error messages when empty variables are passed in parameters. [#15081]
242+
* Added ''Zone'' and ''IntentVMSizeList'' optional parameters to the cmdlet ''New-AzProximityPlacementGroup''.
243+
* Added parameters to Gallery cmdlets for Community Galleries
244+
* For ''New-AzGalleryImageVersion'', ''CVMEncryptionType'' and ''CVMDiskEncryptionSetID'' added as keys for parameter ''-Target''.'
244245

245246
# Prerelease string of this module
246247
# Prerelease = ''

src/Compute/Compute/ChangeLog.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
2121
-->
2222
## Upcoming Release
23-
24-
## Version 4.32.0
2523
* Added the `TimeCreated` property to the Virtual Machine and Virtual Machine Scale Set models.
2624
* Added Confidential VM functionality to multiple cmdlets.
2725
* Added new parameter `SecureVMDiskEncryptionSet` to cmdlet `Set-AzDiskSecurityProfile`.

src/Compute/Compute/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
[assembly: ComVisible(false)]
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("91792853-487B-4DC2-BE6C-DD09A0A1BC10")]
28-
[assembly: AssemblyVersion("4.32.0")]
29-
[assembly: AssemblyFileVersion("4.32.0")]
28+
[assembly: AssemblyVersion("4.31.0")]
29+
[assembly: AssemblyFileVersion("4.31.0")]
3030
#if !SIGN
3131
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Compute.Test")]
3232
#endif

src/Compute/Compute/help/Set-AzVMOSDisk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ $cvmAgent = Get-AzADServicePrincipal -ApplicationId 'bf7b6499-ff71-4aa2-97a4-f37
144144
Set-AzKeyVaultAccessPolicy -VaultName $keyVaultName -ResourceGroupName $ResourceGroupName -ObjectId $cvmAgent.id -PermissionsToKeys get,release;
145145
146146
# Add Key vault Key
147-
$KeyName = "keyname";
147+
$KeyName = $keyname;
148148
$KeySize = 3072;
149149
150150
Add-AzKeyVaultKey -VaultName $kvname -Name $KeyName -Size $KeySize -KeyOps wrapKey,unwrapKey -KeyType RSA -Destination HSM -Exportable -UseDefaultCVMPolicy;

src/EventHub/EventHub.Autorest/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
[assembly: ComVisible(false)]
2525
[assembly: CLSCompliant(false)]
2626
[assembly: Guid("9f16f2e1-2fab-4429-b111-32ef49c81215")]
27-
[assembly: AssemblyVersion("2.3.0")]
28-
[assembly: AssemblyFileVersion("2.3.0")]
27+
[assembly: AssemblyVersion("0.1.0")]
28+
[assembly: AssemblyFileVersion("0.1.0")]

0 commit comments

Comments
 (0)