Skip to content

Commit 526e4c4

Browse files
Merge branch 'Az.Network-preview' into main
2 parents e6276b4 + 09bde9e commit 526e4c4

File tree

547 files changed

+131322
-100
lines changed

Some content is hidden

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

547 files changed

+131322
-100
lines changed

src/Network/Network.sln

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestFx", "..\..\tools\TestF
8585
EndProject
8686
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Metricdata", "..\Monitor\MetricData.Autorest\Az.Metricdata.csproj", "{9DBBA2D2-18E1-4BBF-9042-B3AF82202C5E}"
8787
EndProject
88+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.NetworkSecurityPerimeter", "NetworkSecurityPerimeter.Autorest\Az.NetworkSecurityPerimeter.csproj", "{004742DC-7F01-4917-B112-9178CAB6789D}"
89+
EndProject
8890
Global
8991
GlobalSection(SolutionConfigurationPlatforms) = preSolution
9092
Debug|Any CPU = Debug|Any CPU
@@ -242,11 +244,15 @@ Global
242244
{BE9114D3-FCC6-412D-927A-1EA60FF4D357}.Debug|Any CPU.Build.0 = Debug|Any CPU
243245
{BE9114D3-FCC6-412D-927A-1EA60FF4D357}.Release|Any CPU.ActiveCfg = Release|Any CPU
244246
{BE9114D3-FCC6-412D-927A-1EA60FF4D357}.Release|Any CPU.Build.0 = Release|Any CPU
245-
{9DBBA2D2-18E1-4BBF-9042-B3AF82202C5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
247+
{9DBBA2D2-18E1-4BBF-9042-B3AF82202C5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
246248
{9DBBA2D2-18E1-4BBF-9042-B3AF82202C5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
247249
{9DBBA2D2-18E1-4BBF-9042-B3AF82202C5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
248250
{9DBBA2D2-18E1-4BBF-9042-B3AF82202C5E}.Release|Any CPU.Build.0 = Release|Any CPU
249-
EndGlobalSection
251+
{004742DC-7F01-4917-B112-9178CAB6789D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
252+
{004742DC-7F01-4917-B112-9178CAB6789D}.Debug|Any CPU.Build.0 = Debug|Any CPU
253+
{004742DC-7F01-4917-B112-9178CAB6789D}.Release|Any CPU.ActiveCfg = Release|Any CPU
254+
{004742DC-7F01-4917-B112-9178CAB6789D}.Release|Any CPU.Build.0 = Release|Any CPU
255+
EndGlobalSection
250256
GlobalSection(NestedProjects) = preSolution
251257
{D5E3481B-5E0A-4256-94B1-CABCE4C53175} = {79185BDB-05C9-465A-98C9-23BECA753BDC}
252258
{23F3DCC3-F45E-4342-B4CF-389504E7AA84} = {79185BDB-05C9-465A-98C9-23BECA753BDC}

src/Network/Network/Az.Network.psd1

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.0'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'Microsoft.Azure.PowerShell.AutoMapper.dll',
60-
'Microsoft.Azure.PowerShell.Network.Management.Sdk.dll'
60+
'Microsoft.Azure.PowerShell.Network.Management.Sdk.dll',
61+
'NetworkSecurityPerimeter.Autorest/bin/Az.NetworkSecurityPerimeter.private.dll'
6162

6263
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
6364
# ScriptsToProcess = @()
@@ -66,13 +67,35 @@ RequiredAssemblies = 'Microsoft.Azure.PowerShell.AutoMapper.dll',
6667
# TypesToProcess = @()
6768

6869
# Format files (.ps1xml) to be loaded when importing this module
69-
FormatsToProcess = 'Network.generated.format.ps1xml'
70+
FormatsToProcess = 'Network.generated.format.ps1xml',
71+
'NetworkSecurityPerimeter.Autorest/Az.NetworkSecurityPerimeter.format.ps1xml'
7072

7173
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
72-
NestedModules = @('Microsoft.Azure.PowerShell.Cmdlets.Network.dll')
74+
NestedModules = @('Microsoft.Azure.PowerShell.Cmdlets.Network.dll',
75+
'NetworkSecurityPerimeter.Autorest/Az.NetworkSecurityPerimeter.psm1')
7376

7477
# Functions 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 functions to export.
75-
FunctionsToExport = @()
78+
FunctionsToExport = 'Get-AzNetworkSecurityPerimeter',
79+
'Get-AzNetworkSecurityPerimeterAccessRule',
80+
'Get-AzNetworkSecurityPerimeterAssociableResourceType',
81+
'Get-AzNetworkSecurityPerimeterAssociation',
82+
'Get-AzNetworkSecurityPerimeterLink',
83+
'Get-AzNetworkSecurityPerimeterLinkReference',
84+
'Get-AzNetworkSecurityPerimeterProfile',
85+
'New-AzNetworkSecurityPerimeter',
86+
'New-AzNetworkSecurityPerimeterAccessRule',
87+
'New-AzNetworkSecurityPerimeterAssociation',
88+
'New-AzNetworkSecurityPerimeterLink',
89+
'New-AzNetworkSecurityPerimeterProfile',
90+
'Remove-AzNetworkSecurityPerimeter',
91+
'Remove-AzNetworkSecurityPerimeterAccessRule',
92+
'Remove-AzNetworkSecurityPerimeterAssociation',
93+
'Remove-AzNetworkSecurityPerimeterLink',
94+
'Remove-AzNetworkSecurityPerimeterLinkReference',
95+
'Remove-AzNetworkSecurityPerimeterProfile',
96+
'Update-AzNetworkSecurityPerimeterAccessRule',
97+
'Update-AzNetworkSecurityPerimeterAssociation',
98+
'Update-AzNetworkSecurityPerimeterLink'
7699

77100
# Cmdlets 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 cmdlets to export.
78101
CmdletsToExport = 'Add-AzApplicationGatewayAuthenticationCertificate',

src/Network/Network/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
* Fixed a few minor issues
5757
* Onboarded `Microsoft.DBforPostgreSQL/flexibleServers` to private link cmdlets
5858
* Fixed missing properties in PSBackendAddressPool
59+
* Added cmdlets of NetworkSecurityPerimeter for preview
5960

6061
## Version 7.1.0
6162
* Added DefaultOutboundAccess parameter on subnet creation

src/Network/Network/help/Add-AzApplicationGatewayListener.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,16 @@ Adds an listener to an application gateway.
1717
Add-AzApplicationGatewayListener -ApplicationGateway <PSApplicationGateway> -Name <String>
1818
[-FrontendIPConfiguration <PSApplicationGatewayFrontendIPConfiguration>]
1919
[-FrontendPort <PSApplicationGatewayFrontendPort>] [-SslCertificate <PSApplicationGatewaySslCertificate>]
20-
[-SslProfile <PSApplicationGatewaySslProfile>] [-HostNames <String[]>] -Protocol <String> [-DefaultProfile <IAzureContextContainer>]
21-
[<CommonParameters>]
20+
[-SslProfile <PSApplicationGatewaySslProfile>] -Protocol <String> [-HostNames <String[]>]
21+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
2222
```
2323

2424
### SetByResourceId
2525
```
2626
Add-AzApplicationGatewayListener -ApplicationGateway <PSApplicationGateway> -Name <String>
2727
[-FrontendIPConfigurationId <String>] [-FrontendPortId <String>] [-SslCertificateId <String>]
28-
[-SslProfileId <String>] [-HostNames <String[]>] -Protocol <String> [-DefaultProfile <IAzureContextContainer>] [-HostNames <String[]>] [<CommonParameters>]
28+
[-SslProfileId <String>] -Protocol <String> [-HostNames <String[]>] [-DefaultProfile <IAzureContextContainer>]
29+
[<CommonParameters>]
2930
```
3031

3132
## DESCRIPTION

src/Network/Network/help/Approve-AzPrivateEndpointConnection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The private link resource type.
9191
Type: System.String
9292
Parameter Sets: ByResource
9393
Aliases:
94-
Accepted values: Microsoft.AgFoodPlatform/farmBeats, Microsoft.ApiManagement/service, Microsoft.AppConfiguration/configurationStores, Microsoft.Attestation/attestationProviders, Microsoft.Authorization/resourceManagementPrivateLinks, Microsoft.Automation/automationAccounts, Microsoft.Batch/batchAccounts, Microsoft.Cache/Redis, Microsoft.Cache/redisEnterprise, Microsoft.CognitiveServices/accounts, Microsoft.Compute/diskAccesses, Microsoft.ContainerRegistry/registries, Microsoft.ContainerService/managedClusters, Microsoft.Databricks/workspaces, Microsoft.DataFactory/factories, Microsoft.DBforMariaDB/servers, Microsoft.DBforMySQL/servers, Microsoft.DBforPostgreSQL/servers, Microsoft.DesktopVirtualization/hostpools, Microsoft.DesktopVirtualization/workspaces, Microsoft.Devices/IotHubs, Microsoft.Devices/ProvisioningServices, Microsoft.DeviceUpdate/accounts, Microsoft.DigitalTwins/digitalTwinsInstances, Microsoft.DocumentDB/databaseAccounts, Microsoft.EventGrid/topics, Microsoft.EventGrid/domains, Microsoft.EventHub/namespaces, Microsoft.HardwareSecurityModules/cloudHsmClusters, Microsoft.HealthcareApis/services, Microsoft.HDInsight/clusters, Microsoft.HybridCompute/privateLinkScopes, Microsoft.Insights/privateLinkScopes, Microsoft.KeyVault/vaults, Microsoft.Keyvault/managedHSMs, Microsoft.MachineLearningServices/workspaces, Microsoft.MachineLearningServices/registries, Microsoft.Media/mediaservices, Microsoft.Media/videoanalyzers, Microsoft.Migrate/assessmentProjects, Microsoft.Migrate/migrateProjects, Microsoft.Monitor/accounts, Microsoft.Network/applicationgateways, Microsoft.Network/privateLinkServices, Microsoft.OffAzure/masterSites, Microsoft.PowerBI/privateLinkServicesForPowerBI, Microsoft.Purview/accounts, Microsoft.RecoveryServices/vaults, Microsoft.Relay/namespaces, Microsoft.Search/searchServices, Microsoft.ServiceBus/namespaces, Microsoft.SignalRService/signalr, Microsoft.SignalRService/webPubSub, Microsoft.Sql/servers, Microsoft.Storage/storageAccounts, Microsoft.StorageSync/storageSyncServices, Microsoft.Synapse/privateLinkHubs, Microsoft.Synapse/workspaces, Microsoft.Web/sites, Microsoft.Web/staticSites, Microsoft.Web/hostingEnvironments, Microsoft.BotService/botServices, Microsoft.OpenEnergyPlatform/energyServices, Microsoft.DBforMySQL/flexibleServers
94+
Accepted values: Microsoft.AgFoodPlatform/farmBeats, Microsoft.ApiManagement/service, Microsoft.AppConfiguration/configurationStores, Microsoft.Attestation/attestationProviders, Microsoft.Authorization/resourceManagementPrivateLinks, Microsoft.Automation/automationAccounts, Microsoft.Batch/batchAccounts, Microsoft.Cache/Redis, Microsoft.Cache/redisEnterprise, Microsoft.CognitiveServices/accounts, Microsoft.Compute/diskAccesses, Microsoft.ContainerRegistry/registries, Microsoft.ContainerService/managedClusters, Microsoft.Databricks/workspaces, Microsoft.DataFactory/factories, Microsoft.DBforMariaDB/servers, Microsoft.DBforMySQL/servers, Microsoft.DBforPostgreSQL/servers, Microsoft.DesktopVirtualization/hostpools, Microsoft.DesktopVirtualization/workspaces, Microsoft.Devices/IotHubs, Microsoft.Devices/ProvisioningServices, Microsoft.DeviceUpdate/accounts, Microsoft.DigitalTwins/digitalTwinsInstances, Microsoft.DocumentDB/databaseAccounts, Microsoft.ElasticSan/elasticSans, Microsoft.EventGrid/topics, Microsoft.EventGrid/domains, Microsoft.EventGrid/partnerNamespaces, Microsoft.EventGrid/namespaces, Microsoft.EventHub/namespaces, Microsoft.HardwareSecurityModules/cloudHsmClusters, Microsoft.HealthcareApis/services, Microsoft.HDInsight/clusters, Microsoft.HybridCompute/privateLinkScopes, Microsoft.Insights/privateLinkScopes, Microsoft.KeyVault/vaults, Microsoft.Keyvault/managedHSMs, Microsoft.MachineLearningServices/workspaces, Microsoft.MachineLearningServices/registries, Microsoft.Media/mediaservices, Microsoft.Media/videoanalyzers, Microsoft.Migrate/assessmentProjects, Microsoft.Migrate/migrateProjects, Microsoft.Monitor/accounts, Microsoft.Network/applicationgateways, Microsoft.Network/privateLinkServices, Microsoft.OffAzure/masterSites, Microsoft.PowerBI/privateLinkServicesForPowerBI, Microsoft.Purview/accounts, Microsoft.RecoveryServices/vaults, Microsoft.Relay/namespaces, Microsoft.Search/searchServices, Microsoft.ServiceBus/namespaces, Microsoft.SignalRService/signalr, Microsoft.SignalRService/webPubSub, Microsoft.Sql/servers, Microsoft.Storage/storageAccounts, Microsoft.StorageSync/storageSyncServices, Microsoft.Synapse/privateLinkHubs, Microsoft.Synapse/workspaces, Microsoft.Web/sites, Microsoft.Web/staticSites, Microsoft.Web/hostingEnvironments, Microsoft.BotService/botServices, Microsoft.OpenEnergyPlatform/energyServices, Microsoft.DBforMySQL/flexibleServers, Microsoft.DBforPostgreSQL/flexibleServers
9595

9696
Required: True
9797
Position: Named

src/Network/Network/help/Az.Network.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,9 @@ Lists network usages for a subscription
521521
### [Get-AzNetworkVirtualAppliance](Get-AzNetworkVirtualAppliance.md)
522522
Get or List Network Virtual Appliances.
523523

524+
### [Get-AzNetworkVirtualApplianceConnection](Get-AzNetworkVirtualApplianceConnection.md)
525+
Get or List Network Virtual Appliances connections connected to a Network Virtual Appliance.
526+
524527
### [Get-AzNetworkVirtualApplianceSku](Get-AzNetworkVirtualApplianceSku.md)
525528
Get or List available Network Virtual Appliance Skus in the inventory.
526529

@@ -1338,6 +1341,9 @@ Creates a routing intent resource associated with a VirtualHub.
13381341
### [New-AzRoutingPolicy](New-AzRoutingPolicy.md)
13391342
Returns an in-memory routing policy object.
13401343

1344+
### [New-AzSaaSNetworkVirtualAppliance](New-AzSaaSNetworkVirtualAppliance.md)
1345+
Create a SaaS Network Virtual Appliance resource.
1346+
13411347
### [New-AzSecurityPartnerProvider](New-AzSecurityPartnerProvider.md)
13421348
Creates an Azure SecurityPartnerProvider.
13431349

@@ -1486,6 +1492,9 @@ Removes the connection draining configuration of a back-end HTTP settings object
14861492
### [Remove-AzApplicationGatewayCustomError](Remove-AzApplicationGatewayCustomError.md)
14871493
Removes a custom error from an application gateway.
14881494

1495+
### [Remove-AzApplicationGatewayFirewallCustomRule](Remove-AzApplicationGatewayFirewallCustomRule.md)
1496+
Removes an application gateway firewall custom rule.
1497+
14891498
### [Remove-AzApplicationGatewayFirewallPolicy](Remove-AzApplicationGatewayFirewallPolicy.md)
14901499
Removes an application gateway firewall policy.
14911500

src/Network/Network/help/Deny-AzPrivateEndpointConnection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The private link resource type.
9191
Type: System.String
9292
Parameter Sets: ByResource
9393
Aliases:
94-
Accepted values: Microsoft.AgFoodPlatform/farmBeats, Microsoft.ApiManagement/service, Microsoft.AppConfiguration/configurationStores, Microsoft.Attestation/attestationProviders, Microsoft.Authorization/resourceManagementPrivateLinks, Microsoft.Automation/automationAccounts, Microsoft.Batch/batchAccounts, Microsoft.Cache/Redis, Microsoft.Cache/redisEnterprise, Microsoft.CognitiveServices/accounts, Microsoft.Compute/diskAccesses, Microsoft.ContainerRegistry/registries, Microsoft.ContainerService/managedClusters, Microsoft.Databricks/workspaces, Microsoft.DataFactory/factories, Microsoft.DBforMariaDB/servers, Microsoft.DBforMySQL/servers, Microsoft.DBforPostgreSQL/servers, Microsoft.DesktopVirtualization/hostpools, Microsoft.DesktopVirtualization/workspaces, Microsoft.Devices/IotHubs, Microsoft.Devices/ProvisioningServices, Microsoft.DeviceUpdate/accounts, Microsoft.DigitalTwins/digitalTwinsInstances, Microsoft.DocumentDB/databaseAccounts, Microsoft.EventGrid/topics, Microsoft.EventGrid/domains, Microsoft.EventHub/namespaces, Microsoft.HardwareSecurityModules/cloudHsmClusters, Microsoft.HealthcareApis/services, Microsoft.HDInsight/clusters, Microsoft.HybridCompute/privateLinkScopes, Microsoft.Insights/privateLinkScopes, Microsoft.KeyVault/vaults, Microsoft.Keyvault/managedHSMs, Microsoft.MachineLearningServices/workspaces, Microsoft.MachineLearningServices/registries, Microsoft.Media/mediaservices, Microsoft.Media/videoanalyzers, Microsoft.Migrate/assessmentProjects, Microsoft.Migrate/migrateProjects, Microsoft.Monitor/accounts, Microsoft.Network/applicationgateways, Microsoft.Network/privateLinkServices, Microsoft.OffAzure/masterSites, Microsoft.PowerBI/privateLinkServicesForPowerBI, Microsoft.Purview/accounts, Microsoft.RecoveryServices/vaults, Microsoft.Relay/namespaces, Microsoft.Search/searchServices, Microsoft.ServiceBus/namespaces, Microsoft.SignalRService/signalr, Microsoft.SignalRService/webPubSub, Microsoft.Sql/servers, Microsoft.Storage/storageAccounts, Microsoft.StorageSync/storageSyncServices, Microsoft.Synapse/privateLinkHubs, Microsoft.Synapse/workspaces, Microsoft.Web/sites, Microsoft.Web/staticSites, Microsoft.Web/hostingEnvironments, Microsoft.BotService/botServices, Microsoft.OpenEnergyPlatform/energyServices, Microsoft.DBforMySQL/flexibleServers
94+
Accepted values: Microsoft.AgFoodPlatform/farmBeats, Microsoft.ApiManagement/service, Microsoft.AppConfiguration/configurationStores, Microsoft.Attestation/attestationProviders, Microsoft.Authorization/resourceManagementPrivateLinks, Microsoft.Automation/automationAccounts, Microsoft.Batch/batchAccounts, Microsoft.Cache/Redis, Microsoft.Cache/redisEnterprise, Microsoft.CognitiveServices/accounts, Microsoft.Compute/diskAccesses, Microsoft.ContainerRegistry/registries, Microsoft.ContainerService/managedClusters, Microsoft.Databricks/workspaces, Microsoft.DataFactory/factories, Microsoft.DBforMariaDB/servers, Microsoft.DBforMySQL/servers, Microsoft.DBforPostgreSQL/servers, Microsoft.DesktopVirtualization/hostpools, Microsoft.DesktopVirtualization/workspaces, Microsoft.Devices/IotHubs, Microsoft.Devices/ProvisioningServices, Microsoft.DeviceUpdate/accounts, Microsoft.DigitalTwins/digitalTwinsInstances, Microsoft.DocumentDB/databaseAccounts, Microsoft.ElasticSan/elasticSans, Microsoft.EventGrid/topics, Microsoft.EventGrid/domains, Microsoft.EventGrid/partnerNamespaces, Microsoft.EventGrid/namespaces, Microsoft.EventHub/namespaces, Microsoft.HardwareSecurityModules/cloudHsmClusters, Microsoft.HealthcareApis/services, Microsoft.HDInsight/clusters, Microsoft.HybridCompute/privateLinkScopes, Microsoft.Insights/privateLinkScopes, Microsoft.KeyVault/vaults, Microsoft.Keyvault/managedHSMs, Microsoft.MachineLearningServices/workspaces, Microsoft.MachineLearningServices/registries, Microsoft.Media/mediaservices, Microsoft.Media/videoanalyzers, Microsoft.Migrate/assessmentProjects, Microsoft.Migrate/migrateProjects, Microsoft.Monitor/accounts, Microsoft.Network/applicationgateways, Microsoft.Network/privateLinkServices, Microsoft.OffAzure/masterSites, Microsoft.PowerBI/privateLinkServicesForPowerBI, Microsoft.Purview/accounts, Microsoft.RecoveryServices/vaults, Microsoft.Relay/namespaces, Microsoft.Search/searchServices, Microsoft.ServiceBus/namespaces, Microsoft.SignalRService/signalr, Microsoft.SignalRService/webPubSub, Microsoft.Sql/servers, Microsoft.Storage/storageAccounts, Microsoft.StorageSync/storageSyncServices, Microsoft.Synapse/privateLinkHubs, Microsoft.Synapse/workspaces, Microsoft.Web/sites, Microsoft.Web/staticSites, Microsoft.Web/hostingEnvironments, Microsoft.BotService/botServices, Microsoft.OpenEnergyPlatform/energyServices, Microsoft.DBforMySQL/flexibleServers, Microsoft.DBforPostgreSQL/flexibleServers
9595

9696
Required: True
9797
Position: Named

src/Network/Network/help/Get-AzNetworkSecurityGroup.md

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,104 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
502502
[Set-AzNetworkSecurityGroup](./Set-AzNetworkSecurityGroup.md)
503503
504504
505+
## PARAMETERS
506+
507+
### -DefaultProfile
508+
The credentials, account, tenant, and subscription used for communication with Azure.
509+
510+
```yaml
511+
Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer
512+
Parameter Sets: (All)
513+
Aliases: AzContext, AzureRmContext, AzureCredential
514+
515+
Required: False
516+
Position: Named
517+
Default value: None
518+
Accept pipeline input: False
519+
Accept wildcard characters: False
520+
```
521+
522+
### -ExpandResource
523+
The resource reference to be expanded.
524+
525+
```yaml
526+
Type: System.String
527+
Parameter Sets: Expand
528+
Aliases:
529+
530+
Required: True
531+
Position: Named
532+
Default value: None
533+
Accept pipeline input: True (ByPropertyName)
534+
Accept wildcard characters: False
535+
```
536+
537+
### -Name
538+
The resource name.
539+
540+
```yaml
541+
Type: System.String
542+
Parameter Sets: NoExpand
543+
Aliases: ResourceName
544+
545+
Required: False
546+
Position: Named
547+
Default value: None
548+
Accept pipeline input: True (ByPropertyName)
549+
Accept wildcard characters: True
550+
```
551+
552+
```yaml
553+
Type: System.String
554+
Parameter Sets: Expand
555+
Aliases: ResourceName
556+
557+
Required: True
558+
Position: Named
559+
Default value: None
560+
Accept pipeline input: True (ByPropertyName)
561+
Accept wildcard characters: True
562+
```
563+
564+
### -ResourceGroupName
565+
The resource group name.
566+
567+
```yaml
568+
Type: System.String
569+
Parameter Sets: NoExpand
570+
Aliases:
571+
572+
Required: False
573+
Position: Named
574+
Default value: None
575+
Accept pipeline input: True (ByPropertyName)
576+
Accept wildcard characters: True
577+
```
578+
579+
```yaml
580+
Type: System.String
581+
Parameter Sets: Expand
582+
Aliases:
583+
584+
Required: True
585+
Position: Named
586+
Default value: None
587+
Accept pipeline input: True (ByPropertyName)
588+
Accept wildcard characters: True
589+
```
590+
591+
### CommonParameters
592+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
593+
594+
## INPUTS
595+
596+
## OUTPUTS
597+
598+
## NOTES
599+
600+
## RELATED LINKS
601+
602+
505603
## PARAMETERS
506604
507605
### -DefaultProfile

0 commit comments

Comments
 (0)