問題タブ [azure-rm]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
0 に答える
209 参照

azure - Azure コマンドレット: Get-AzKeyVaultKey が Value cannot be null (パラメーターが存在しない) で失敗する

次のコマンドレットを呼び出して、Az モジュール経由で Azure にアクセスしています。

次のGet-AzKeyVaultKey :

しかし、私は次のエラーが発生しています:

Get-AzKeyVaultKey : 値を null にすることはできません。

パラメータ名: keyVaultDnsSuffix

行:1 文字:8 + $key = Get-AzKeyVaultKey -VaultName "myName" -Name "myKeyName" + ~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : CloseError: (:) [Get-AzKeyVaultKey], ArgumentNullException + FullyQualifiedErrorId : Microsoft.Azure.Commands.KeyVault.GetAzureKeyVaultKey


PS C:\Windows\system32> (Get-AzKeyVault -VaultName "myName").NetworkAcls

DefaultAction : 許可

バイパス : AzureServices

IpAddressRanges :

IpAddressRangesText :

VirtualNetworkResourceIds :

VirtualNetworkResourceIdsText :

Azure CloudShell 経由で同じ例外をヒット:

紺碧の雲殻