-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Onboarding ManagedNetworkFabric service powershell module (#23862)
* Onboarding ManagedNetworkFabric service powershell module * Corrected path for azure.noprofile.md * updated key Branch to commit * Updated subcription id in config.json * Added subcription Id to the command * Corrected test cases to include subscription id * Updated network tap name value * Updated readme file to avoid flattening * Removed file as it is not implemented * Corrected example and doc file for new L3 Isolation domain * Corrected formats in md files * Corrected indentation * Updated recording for networkfabriccontoller * Updated recording file * Updated readme file * COming back to old changes due to build failure * Changes for test case failures
- Loading branch information
1 parent
125b18e
commit 82ac411
Showing
286 changed files
with
38,919 additions
and
0 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
src/ManagedNetworkFabric/ManagedNetworkFabric.Autorest/.gitattributes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* text=auto |
16 changes: 16 additions & 0 deletions
16
src/ManagedNetworkFabric/ManagedNetworkFabric.Autorest/.gitignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
bin | ||
obj | ||
.vs | ||
generated | ||
internal | ||
exports | ||
tools | ||
custom/*.psm1 | ||
custom/autogen-model-cmdlets | ||
test/*-TestResults.xml | ||
/*.ps1 | ||
/*.ps1xml | ||
/*.psm1 | ||
/*.snk | ||
/*.csproj | ||
/*.nuspec |
23 changes: 23 additions & 0 deletions
23
src/ManagedNetworkFabric/ManagedNetworkFabric.Autorest/Az.ManagedNetworkFabric.psd1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
@{ | ||
GUID = '95e96bd7-4548-4973-a345-3f982b13f681' | ||
RootModule = './Az.ManagedNetworkFabric.psm1' | ||
ModuleVersion = '0.1.0' | ||
CompatiblePSEditions = 'Core', 'Desktop' | ||
Author = 'Microsoft Corporation' | ||
CompanyName = 'Microsoft Corporation' | ||
Copyright = 'Microsoft Corporation. All rights reserved.' | ||
Description = 'Microsoft Azure PowerShell: ManagedNetworkFabric cmdlets' | ||
PowerShellVersion = '5.1' | ||
DotNetFrameworkVersion = '4.7.2' | ||
RequiredAssemblies = './bin/Az.ManagedNetworkFabric.private.dll' | ||
FormatsToProcess = './Az.ManagedNetworkFabric.format.ps1xml' | ||
FunctionsToExport = 'Get-AzNetworkFabric', 'Get-AzNetworkFabricAcl', 'Get-AzNetworkFabricController', 'Get-AzNetworkFabricDevice', 'Get-AzNetworkFabricExternalNetwork', 'Get-AzNetworkFabricInterface', 'Get-AzNetworkFabricInternalNetwork', 'Get-AzNetworkFabricInternetGateway', 'Get-AzNetworkFabricInternetGatewayRule', 'Get-AzNetworkFabricIPCommunity', 'Get-AzNetworkFabricIPExtendedCommunity', 'Get-AzNetworkFabricIPPrefix', 'Get-AzNetworkFabricL2Domain', 'Get-AzNetworkFabricL3Domain', 'Get-AzNetworkFabricNeighborGroup', 'Get-AzNetworkFabricNni', 'Get-AzNetworkFabricNpb', 'Get-AzNetworkFabricRack', 'Get-AzNetworkFabricRoutePolicy', 'Get-AzNetworkFabricTap', 'Get-AzNetworkFabricTapRule', 'Invoke-AzNetworkFabricDeprovision', 'Invoke-AzNetworkFabricInterfaceUpdateAdminState', 'Invoke-AzNetworkFabricL2DomainUpdateAdminState', 'Invoke-AzNetworkFabricL3DomainUpdateAdminState', 'Invoke-AzNetworkFabricProvision', 'Invoke-AzNetworkFabricTapUpdateAdminState', 'New-AzNetworkFabric', 'New-AzNetworkFabricAcl', 'New-AzNetworkFabricController', 'New-AzNetworkFabricExternalNetwork', 'New-AzNetworkFabricInternalNetwork', 'New-AzNetworkFabricInternetGatewayRule', 'New-AzNetworkFabricIPCommunity', 'New-AzNetworkFabricIPExtendedCommunity', 'New-AzNetworkFabricIPPrefix', 'New-AzNetworkFabricL2Domain', 'New-AzNetworkFabricL3Domain', 'New-AzNetworkFabricNeighborGroup', 'New-AzNetworkFabricNni', 'New-AzNetworkFabricRoutePolicy', 'New-AzNetworkFabricTap', 'New-AzNetworkFabricTapRule', 'Remove-AzNetworkFabric', 'Remove-AzNetworkFabricAcl', 'Remove-AzNetworkFabricController', 'Remove-AzNetworkFabricExternalNetwork', 'Remove-AzNetworkFabricInterface', 'Remove-AzNetworkFabricInternalNetwork', 'Remove-AzNetworkFabricInternetGatewayRule', 'Remove-AzNetworkFabricIPCommunity', 'Remove-AzNetworkFabricIPExtendedCommunity', 'Remove-AzNetworkFabricIPPrefix', 'Remove-AzNetworkFabricL2Domain', 'Remove-AzNetworkFabricL3Domain', 'Remove-AzNetworkFabricNeighborGroup', 'Remove-AzNetworkFabricNni', 'Remove-AzNetworkFabricRoutePolicy', 'Remove-AzNetworkFabricTap', 'Remove-AzNetworkFabricTapRule', 'Update-AzNetworkFabricDevice', 'Update-AzNetworkFabricInternetGateway', 'Update-AzNetworkFabricNeighborGroup' | ||
PrivateData = @{ | ||
PSData = @{ | ||
Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'ManagedNetworkFabric' | ||
LicenseUri = 'https://aka.ms/azps-license' | ||
ProjectUri = 'https://github.com/Azure/azure-powershell' | ||
ReleaseNotes = '' | ||
} | ||
} | ||
} |
Oops, something went wrong.