Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
//! Wraps invoking of the `v4/federation/identity_providers` with `POST` method

use clap::Args;
use eyre::{OptionExt, WrapErr};
use eyre::WrapErr;
use tracing::info;

use openstack_cli_core::cli::CliArgs;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
//! Wraps invoking of the `v4/federation/identity_providers/{idp_id}` with `DELETE` method

use clap::Args;
use eyre::{OptionExt, WrapErr};
use tracing::info;

use openstack_cli_core::cli::CliArgs;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
//! Wraps invoking of the `v4/federation/identity_providers` with `GET` method

use clap::Args;
use eyre::{OptionExt, WrapErr};
use tracing::info;

use openstack_cli_core::cli::CliArgs;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
//! Wraps invoking of the `v4/federation/identity_providers/{idp_id}` with `PUT` method

use clap::Args;
use eyre::{OptionExt, WrapErr};
use eyre::WrapErr;
use tracing::info;

use openstack_cli_core::cli::CliArgs;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
//! Wraps invoking of the `v4/federation/identity_providers/{idp_id}` with `GET` method

use clap::Args;
use eyre::{OptionExt, WrapErr};
use tracing::info;

use openstack_cli_core::cli::CliArgs;
Expand Down
2 changes: 1 addition & 1 deletion cli-cmd/identity/src/v4/federation/mapping/create.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
//! Wraps invoking of the `v4/federation/mappings` with `POST` method

use clap::Args;
use eyre::{OptionExt, WrapErr};
use eyre::WrapErr;
use tracing::info;

use openstack_cli_core::cli::CliArgs;
Expand Down
1 change: 0 additions & 1 deletion cli-cmd/identity/src/v4/federation/mapping/delete.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
//! Wraps invoking of the `v4/federation/mappings/{id}` with `DELETE` method

use clap::Args;
use eyre::{OptionExt, WrapErr};
use tracing::info;

use openstack_cli_core::cli::CliArgs;
Expand Down
1 change: 0 additions & 1 deletion cli-cmd/identity/src/v4/federation/mapping/list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
//! Wraps invoking of the `v4/federation/mappings` with `GET` method

use clap::Args;
use eyre::{OptionExt, WrapErr};
use tracing::info;

use openstack_cli_core::cli::CliArgs;
Expand Down
2 changes: 1 addition & 1 deletion cli-cmd/identity/src/v4/federation/mapping/set.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
//! Wraps invoking of the `v4/federation/mappings/{id}` with `PUT` method

use clap::Args;
use eyre::{OptionExt, WrapErr};
use eyre::WrapErr;
use tracing::info;

use openstack_cli_core::cli::CliArgs;
Expand Down
1 change: 0 additions & 1 deletion cli-cmd/identity/src/v4/federation/mapping/show.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
//! Wraps invoking of the `v4/federation/mappings/{id}` with `GET` method

use clap::Args;
use eyre::{OptionExt, WrapErr};
use tracing::info;

use openstack_cli_core::cli::CliArgs;
Expand Down
2 changes: 0 additions & 2 deletions openstack_types/data/block-storage/v3.71.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10220,7 +10220,6 @@ components:
- attachment
type: object
x-openstack:
max-ver: '3.53'
min-ver: '3.54'
AttachmentsDetailResponse:
properties:
Expand Down Expand Up @@ -10605,7 +10604,6 @@ components:
- backup
type: object
x-openstack:
max-ver: '3.42'
min-ver: '3.43'
BackupUpdate_39:
additionalProperties: false
Expand Down
2 changes: 0 additions & 2 deletions openstack_types/data/block-storage/v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10220,7 +10220,6 @@ components:
- attachment
type: object
x-openstack:
max-ver: '3.53'
min-ver: '3.54'
AttachmentsDetailResponse:
properties:
Expand Down Expand Up @@ -10605,7 +10604,6 @@ components:
- backup
type: object
x-openstack:
max-ver: '3.42'
min-ver: '3.43'
BackupUpdate_39:
additionalProperties: false
Expand Down
Loading
Loading