-
Notifications
You must be signed in to change notification settings - Fork 4k
Service Fabric RP PowerShell #3783
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 15 commits
08323f6
d116bae
5fd2630
4ce63e9
5ced42b
4ce8946
9cf655d
af8e534
0691c17
fa96ea6
b574e09
515b12e
121ef23
9b07047
eb2dc51
365665d
76c9d99
e14f49c
7bd4e9f
3c566d5
9453928
5906b68
9b08ac1
3751f94
214983a
caa86de
a026562
fb97445
ca619b2
0a1d294
3f4d5a5
225627e
8b26b3e
a87577e
1412586
02ea4e6
a9b5667
3297c0c
8ec1799
7f4b07f
3a92cef
ef054c6
d92bf86
d2fb7b8
3b84367
4be2633
0a94908
09cdb39
241a78b
05a578e
472e03a
fbd9cc2
71cb8e4
986cca7
556e43f
8818715
3cfaeb4
3763abb
0aebbe0
fb26c9c
31829b3
1d4aa8d
1934d20
af2b567
2e73b0e
bb41fb7
851f6af
b1ccea6
0a865b4
5d5311b
e03a876
e588dff
d0a3a85
02dc1db
2de33af
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,141 @@ | ||
# | ||
# Module manifest for module 'PSGet_AzureRM.ServiceFabricResourceProvider' | ||
# | ||
# Generated by: Microsoft Corporation | ||
# | ||
# Generated on: 2/13/2017 | ||
# | ||
|
||
@{ | ||
|
||
# Script module or binary module file associated with this manifest. | ||
# RootModule = '' | ||
|
||
# Version number of this module. | ||
ModuleVersion = '1.0.0' | ||
|
||
# Supported PSEditions | ||
# CompatiblePSEditions = @() | ||
|
||
# ID used to uniquely identify this module | ||
GUID = '60F3BA88-443F-46FF-88A3-318CFD11C1DA' | ||
|
||
# Author of this module | ||
Author = 'Microsoft Corporation' | ||
|
||
# Company or vendor of this module | ||
CompanyName = 'Microsoft Corporation' | ||
|
||
# Copyright statement for this module | ||
Copyright = 'Microsoft Corporation. All rights reserved.' | ||
|
||
# Description of the functionality provided by this module | ||
Description = 'Microsoft Azure PowerShell - Service Fabric cmdlets for Azure Resource Manager' | ||
|
||
# Minimum version of the Windows PowerShell engine required by this module | ||
PowerShellVersion = '3.0' | ||
|
||
# Name of the Windows PowerShell host required by this module | ||
# PowerShellHostName = '' | ||
|
||
# Minimum version of the Windows PowerShell host required by this module | ||
# PowerShellHostVersion = '' | ||
|
||
# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only. | ||
DotNetFrameworkVersion = '4.0' | ||
|
||
# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. | ||
CLRVersion = '4.0' | ||
|
||
# Processor architecture (None, X86, Amd64) required by this module | ||
# ProcessorArchitecture = '' | ||
|
||
# Modules that must be imported into the global environment prior to importing this module | ||
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '2.5.0'; }) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @chingchenmsft this will need to be version 2.8.0 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. done. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. fixed. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. sorry will fix it. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. fixed. |
||
|
||
# Assemblies that must be loaded prior to importing this module | ||
# RequiredAssemblies = @() | ||
|
||
# Script files (.ps1) that are run in the caller's environment prior to importing this module. | ||
# ScriptsToProcess = @() | ||
|
||
# Type files (.ps1xml) to be loaded when importing this module | ||
# TypesToProcess = @() | ||
|
||
# Format files (.ps1xml) to be loaded when importing this module | ||
FormatsToProcess = @() | ||
|
||
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess | ||
NestedModules = @('.\Microsoft.Azure.Commands.ServiceFabric.dll') | ||
|
||
# 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. | ||
FunctionsToExport = @() | ||
|
||
# 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. | ||
CmdletsToExport = 'Add-AzureRmServiceFabricApplicationCertificate', | ||
'Add-AzureRmServiceFabricClientCertificate', | ||
'Add-AzureRmServiceFabricClusterCertificate', | ||
'Add-AzureRmServiceFabricNodes', | ||
'Add-AzureRmServiceFabricNodeType', | ||
'Get-AzureRmServiceFabricCluster', | ||
'New-AzureRmServiceFabricCluster', | ||
'Remove-AzureRmServiceFabricClientCertificate', | ||
'Remove-AzureRmServiceFabricClusterCertificate', | ||
'Remove-AzureRmServiceFabricNodes', | ||
'Remove-AzureRmServiceFabricNodeType', | ||
'Remove-AzureRmServiceFabricSettings', | ||
'Set-AzureRmServiceFabricSettings', | ||
'Set-AzureRmServiceFabricUpgradeType', | ||
'Update-AzureRmServiceFabricDurability', | ||
'Update-AzureRmServiceFabricReliability' | ||
|
||
# Variables to export from this module | ||
# VariablesToExport = @() | ||
|
||
# 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. | ||
AliasesToExport = @() | ||
|
||
# DSC resources to export from this module | ||
# DscResourcesToExport = @() | ||
|
||
# List of all modules packaged with this module | ||
# ModuleList = @() | ||
|
||
# List of all files packaged with this module | ||
# FileList = @() | ||
|
||
# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell. | ||
PrivateData = @{ | ||
|
||
PSData = @{ | ||
|
||
# Tags applied to this module. These help with module discovery in online galleries. | ||
Tags = 'Azure','ResourceManager','ARM','ServiceFabricResourceProvider' | ||
|
||
# A URL to the license for this module. | ||
LicenseUri = 'https://raw.githubusercontent.com/Azure/azure-powershell/dev/LICENSE.txt' | ||
|
||
# A URL to the main website for this project. | ||
ProjectUri = 'https://github.com/Azure/azure-powershell' | ||
|
||
# A URL to an icon representing this module. | ||
# IconUri = '' | ||
|
||
# ReleaseNotes of this module | ||
ReleaseNotes = 'Updated for common code changes' | ||
|
||
# External dependent modules of this module | ||
# ExternalModuleDependencies = '' | ||
|
||
} # End of PSData hashtable | ||
|
||
} # End of PrivateData hashtable | ||
|
||
# HelpInfo URI of this module | ||
# HelpInfoURI = '' | ||
|
||
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. | ||
# DefaultCommandPrefix = '' | ||
|
||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should probably start with '0.x.0', as I imagine your cmdlet surface area will be changing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed to 0.1.0 , is this fine for our first version ?