connectorId: カスタム コネクタのコネクタ ID 文字列。 このパラメーターは、ダウンロードおよび更新操作には必要ですが、作成または検証操作には必要ありません。 create コマンド用に、新しい ID を持つ新しいカスタム コネクタが作成されます。 同じ設定ファイルを使用して作成されたカスタム コネクタを更新する必要がある場合は、設定ファイルが、作成操作の新しいコネクタ ID で正しく更新されていることを確認します。
environment: カスタム コネクタの環境 ID 文字列。 このパラメーターは、検証操作を除くすべての操作に必要です。
apiProperties: API プロパティ apiProperties.json ファイルの相対パス。 これは作成および更新操作に必要です。 ダウンロード中にこのオプションが存在すると、ファイルは指定した場所にダウンロードされます。それ以外の場合は、apiProperties.json として保存されます。
Arguments
--cid -c : The custom connector ID.
--dest -d : Destination directory.
--env -e : Power Platform environment GUID.
--overwrite -w : Overwrite all the existing connector and settings files.
--pau -u : Power Platform URL.
--pav -v : Power Platform API version.
--settings -s : A settings file containing required parameters.
When a settings file is specified some command
line parameters are ignored.
paconn create --api-prop [Path to apiProperties.json] --api-def [Path to apiDefinition.swagger.json]
または
paconn create -e [Power Platform Environment GUID] --api-prop [Path to apiProperties.json] --api-def [Path to apiDefinition.swagger.json] --icon [Path to icon.png] --secret [The OAuth2 client secret for the connector]
または
paconn create -s [Path to settings.json] --secret [The OAuth2 client secret for the connector]
環境が指定されていない場合は、コマンドによって入力が求められます。 ただし、API 定義および API プロパティ ファイルは、コマンド ライン引数または設定ファイルの一部として指定する必要があります。 OAuth2 を使用するコネクタについては、OAuth2 シークレットを指定する必要があります。 正常に完了すると、コマンドは新しく作成されたカスタム コネクタのコネクタ ID を出力します。 作成コマンドに settings.json ファイルを使用している場合は、必ず新しいコネクタ ID でそれを更新してから、新しく作成されたコネクタを更新してください。
Arguments
--api-def : Location for the Open API definition JSON document.
--api-prop : Location for the API properties JSON document.
--env -e : Power Platform environment GUID.
--icon : Location for the icon file.
--script -x : Location for the script file.
--pau -u : Power Platform URL.
--pav -v : Power Platform API version.
--secret -r : The OAuth2 client secret for the connector.
--settings -s : A settings file containing required parameters.
When a settings file is specified some command
line parameters are ignored.
paconn update --api-prop [Path to apiProperties.json] --api-def [Path to apiDefinition.swagger.json]
または
paconn update -e [Power Platform Environment GUID] -c [Connector ID] --api-prop [Path to apiProperties.json] --api-def [Path to apiDefinition.swagger.json] --icon [Path to icon.png] --secret [The OAuth2 client secret for the connector]
または
paconn update -s [Path to settings.json] --secret [The OAuth2 client secret for the connector]
環境またはコネクタ ID が指定されていない場合、不足している引数の入力を求められます。 ただし、API 定義および API プロパティ ファイルは、コマンド ライン引数または設定ファイルの一部として指定する必要があります。 OAuth2 を使用するコネクタについては、OAuth2 シークレットを指定する必要があります。 正常に完了すると、コマンドは更新されたコネクタ ID を出力します。 更新コマンドに settings.json ファイルを使用している場合は、正しい環境とコネクタ ID が指定されていることを確認します。
Arguments
--api-def : Location for the Open API definition JSON document.
--api-prop : Location for the API properties JSON document.
--cid -c : The custom connector ID.
--env -e : Power Platform environment GUID.
--icon : Location for the icon file.
--script -x : Location for the script file.
--pau -u : Power Platform URL.
--pav -v : Power Platform API version.
--secret -r : The OAuth2 client secret for the connector.
--settings -s : A settings file containing required parameters.
When a settings file is specified some command
line parameters are ignored.
paconn validate --api-def [Path to apiDefinition.swagger.json]
または
paconn validate -s [Path to settings.json]
このコマンドは、検証の結果に応じて、エラー、警告、または成功のメッセージを出力します。
Arguments
--api-def : Location for the Open API definition JSON document.
--pau -u : Power Platform URL.
--pav -v : Power Platform API version.
--settings -s : A settings file containing required parameters.
When a settings file is specified some command
line parameters are ignored.