This directory contains the PowerShell module for the ProviderHub service.
- Modifiable: yes
- Generated: all
- Committed: yes
- Packaged: yes
This module was primarily generated via AutoRest using the PowerShell extension.
- Az.Accounts module, version 2.2.3 or greater
AutoRest does not generate authentication code for the module. Authentication is handled via Az.Accounts by altering the HTTP payload before it is sent.
For information on how to develop for Az.ProviderHub
, see how-to.md.
Use of the beta version of autorest.powershell
generator requires the following:
- NodeJS LTS (10.15.x LTS preferred)
- Note: It will not work with Node < 10.x. Using 11.x builds may cause issues as they may introduce instability or breaking changes.
If you want an easy way to install and update Node, NVS - Node Version Switcher or NVM - Node Version Manager is recommended.
- AutoRest v3 beta
npm install -g autorest@beta
- PowerShell 6.0 or greater
- If you don't have it installed, you can use the cross-platform npm package
npm install -g pwsh
- If you don't have it installed, you can use the cross-platform npm package
- .NET Core SDK 2.0 or greater
- If you don't have it installed, you can use the cross-platform npm package
npm install -g dotnet-sdk-2.2
- If you don't have it installed, you can use the cross-platform npm package
In this directory, run AutoRest:
autorest
commit: 0dd49a444195fef7f3555cad038cb7665cbd928c
require:
# readme.azure.noprofile.md is the common configuration file
- $(this-folder)/../../readme.azure.noprofile.md
input-file:
- $(repo)/specification/providerhub/resource-manager/Microsoft.ProviderHub/stable/2020-11-20/providerhub.json
module-version: 0.1.0
title: ProviderHub
subject-prefix: $(service-name)
identity-correction-for-post: true
# For new modules, please avoid setting 3.x using the use-extension method and instead, use 4.x as the default option
use-extension:
"@autorest/powershell": "3.x"
directive:
- from: swagger-document
where: $.definitions.Error.properties
transform: delete $.innerError
- from: swagger-document
where: $
transform: $ = $.replace(/"authorizations"/, '"fakefields"');
- from: swagger-document
where: $.definitions.FeaturesRule.properties
transform: >-
return {
"requiredFeaturesPolicy": {
"type": "string"
}
}
- no-inline:
- Error
- where:
variant: ^Create$|^CreateViaIdentity$|^CreateViaIdentityExpanded$|^Update$|^UpdateViaIdentity$|^Manifest$|^ManifestViaIdentity$|^ManifestViaIdentityExpanded$
remove: true
- where:
verb: Set
remove: true
- from: source-file-csharp
where: $
transform: $ = $.replace(/fakefield/g, 'authorization');
- from: source-file-csharp
where: $
transform: $ = $.replace(/Fakefield/g, 'Authorization');
# Hide commands to use Custom
- where:
verb: Get|New|Remove
subject: ResourceTypeRegistration
hide: true
- where:
verb: Get|New|Remove
subject: Sku
hide: true
- where:
verb: Get|New|Remove
subject: SkuNestedResourceTypeFirst
hide: true
- where:
verb: Get|New|Remove
subject: SkuNestedResourceTypeSecond
hide: true
- where:
verb: Get|New|Remove
subject: SkuNestedResourceTypeThird
hide: true
- where:
verb: New
subject: ProviderRegistrationOperation
hide: true