Skip to content

Commit 301e81f

Browse files
[CloudService] Fixed the issue that FrontendIPConfiguration is empty in Get-AzCloudService (#14711)
* Fixed the issue that FrontendIPConfiguration is empty in Get-AzCloudService. * Update how-to.md Co-authored-by: wyunchi-ms <[email protected]> Co-authored-by: Dingmeng Xue <[email protected]>
1 parent c98ddaf commit 301e81f

File tree

34 files changed

+37
-78
lines changed

34 files changed

+37
-78
lines changed

src/CloudService/Az.CloudService.psd1

Lines changed: 3 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: 2021-03-30
6+
# Generated on: 2021-04-08
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '0.2.0'
15+
ModuleVersion = '0.1.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -127,8 +127,7 @@ PrivateData = @{
127127
# IconUri = ''
128128

129129
# ReleaseNotes of this module
130-
ReleaseNotes = '* Bumped API version to stable 2021-03-01
131-
* Supported OSFamily and OSVersion'
130+
# ReleaseNotes = ''
132131

133132
# Prerelease string of this module
134133
# Prerelease = ''

src/CloudService/Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Fixed the issue that FrontendIPConfiguration is empty in `Get-AzCloudService`.[#14702]
2122

2223
## Version 0.2.0
2324
* Bumped API version to stable 2021-03-01

src/CloudService/custom/Get-AzCloudServiceNetworkInterface.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
Get the network interfaces of a cloud service.
1919
.Description
2020
Get the network interfaces of a cloud service.
21-
.Link
22-
https://docs.microsoft.com/powershell/module/az.cloudservice/get-AzCloudServiceNetworkInterfaces
2321
#>
2422

2523
function Get-AzCloudServiceNetworkInterfaces {

src/CloudService/custom/Get-AzCloudServicePublicIPAddress.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
Get the public IP address of a cloud service.
1919
.Description
2020
Get the public IP address of a cloud service.
21-
.Link
22-
https://docs.microsoft.com/powershell/module/az.cloudservice/get-AzCloudServicePublicIPAddress
2321
#>
2422
function Get-AzCloudServicePublicIPAddress {
2523
param(

src/CloudService/custom/New-AzCloudServiceDiagnosticsExtension.ps1

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@
1717
Create a in-memory object for Diagnostics Extension
1818
.Description
1919
Create a in-memory object for Diagnostics Extension
20-
21-
.Outputs
22-
Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.Extension
23-
.Link
24-
https://docs.microsoft.com/powershell/module/az.CloudService/New-AzCloudServiceDiagnosticsExtension
2520
#>
2621

2722
function New-AzCloudServiceDiagnosticsExtension {

src/CloudService/custom/New-AzCloudServiceExtensionObject.ps1

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@
1818
Create a in-memory object for Extension
1919
.Description
2020
Create a in-memory object for Extension
21-
22-
.Outputs
23-
Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.Extension
24-
.Link
25-
https://docs.microsoft.com/powershell/module/az.CloudService/new-AzCloudServiceExtensionObject
2621
#>
2722
function New-AzCloudServiceExtensionObject {
2823
[OutputType('Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.Extension')]

src/CloudService/custom/New-AzCloudServiceLoadBalancerConfigurationObject.ps1

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@
1818
Create a in-memory object for LoadBalancerConfiguration
1919
.Description
2020
Create a in-memory object for LoadBalancerConfiguration
21-
22-
.Outputs
23-
Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.LoadBalancerConfiguration
24-
.Link
25-
https://docs.microsoft.com/powershell/module/az.CloudService/new-AzCloudServiceLoadBalancerConfigurationObject
2621
#>
2722
function New-AzCloudServiceLoadBalancerConfigurationObject {
2823
[OutputType('Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.LoadBalancerConfiguration')]

src/CloudService/custom/New-AzCloudServiceLoadBalancerFrontendIPConfigurationObject.ps1

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@
1818
Create a in-memory object for LoadBalancerFrontendIPConfiguration
1919
.Description
2020
Create a in-memory object for LoadBalancerFrontendIPConfiguration
21-
22-
.Outputs
23-
Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.LoadBalancerFrontendIPConfiguration
24-
.Link
25-
https://docs.microsoft.com/powershell/module/az.CloudService/new-AzCloudServiceLoadBalancerFrontendIPConfigurationObject
2621
#>
2722
function New-AzCloudServiceLoadBalancerFrontendIPConfigurationObject {
2823
[OutputType('Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.LoadBalancerFrontendIPConfiguration')]

src/CloudService/custom/New-AzCloudServiceRemoteDesktopExtensionObject.ps1

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@
1717
Create a in-memory object for Remote Desktop Extension
1818
.Description
1919
Create a in-memory object for Remote Desktop Extension
20-
21-
.Outputs
22-
Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.Extension
23-
.Link
24-
https://docs.microsoft.com/powershell/module/az.CloudService/New-AzCloudServiceRemoteDesktopExtensionObject
2520
#>
2621

2722
function New-AzCloudServiceRemoteDesktopExtensionObject {

src/CloudService/custom/New-AzCloudServiceRoleProfilePropertiesObject.ps1

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@
1818
Create a in-memory object for CloudServiceRoleProfileProperties
1919
.Description
2020
Create a in-memory object for CloudServiceRoleProfileProperties
21-
22-
.Outputs
23-
Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.CloudServiceRoleProfileProperties
24-
.Link
25-
https://docs.microsoft.com/powershell/module/az.CloudService/new-AzCloudServiceRoleProfilePropertiesObject
2621
#>
2722
function New-AzCloudServiceRoleProfilePropertiesObject {
2823
[OutputType('Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.CloudServiceRoleProfileProperties')]

0 commit comments

Comments
 (0)