Skip to content

Commit 07b2500

Browse files
authored
feat: Prepare generation of create types for tui (#1468)
Change-Id: I326156aa1ebfd85ad19bf4f164c0537d236ae204 Signed-off-by: Artem Goncharov <artem.goncharov@gmail.com> Changes are triggered by https://review.opendev.org/c/openstack/codegenerator/+/963426
1 parent 60fa977 commit 07b2500

File tree

141 files changed

+558
-225
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+558
-225
lines changed

openstack_sdk/src/api/identity/v3/auth.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// WARNING: This file is automatically generated from OpenAPI schema using
1616
// `openstack-codegenerator`.
1717

18-
//! `/v4/federation/identity_providers/{idp_id}` REST operations of identity
18+
//! `/v4/federation/mappings/{id}` REST operations of identity
1919
pub mod catalog;
2020
pub mod domain;
2121
pub mod os_federation;

openstack_sdk/src/api/identity/v3/auth/os_federation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// WARNING: This file is automatically generated from OpenAPI schema using
1616
// `openstack-codegenerator`.
1717

18-
//! `/v4/federation/identity_providers/{idp_id}` REST operations of identity
18+
//! `/v4/federation/mappings/{id}` REST operations of identity
1919
pub mod identity_provider;
2020
pub mod saml2;
2121
pub mod websso;

openstack_sdk/src/api/identity/v3/auth/os_federation/identity_provider/protocol.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
// WARNING: This file is automatically generated from OpenAPI schema using
1616
// `openstack-codegenerator`.
1717

18-
//! `/v4/federation/identity_providers/{idp_id}` REST operations of identity
18+
//! `/v4/federation/mappings/{id}` REST operations of identity
1919
pub mod websso;

openstack_sdk/src/api/identity/v3/auth/token/os_pki.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
// WARNING: This file is automatically generated from OpenAPI schema using
1616
// `openstack-codegenerator`.
1717

18-
//! `/v4/federation/identity_providers/{idp_id}` REST operations of identity
18+
//! `/v4/federation/mappings/{id}` REST operations of identity
1919
pub mod revoked;

openstack_sdk/src/api/identity/v3/domain/group.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
// WARNING: This file is automatically generated from OpenAPI schema using
1616
// `openstack-codegenerator`.
1717

18-
//! `/v4/federation/identity_providers/{idp_id}` REST operations of identity
18+
//! `/v4/federation/mappings/{id}` REST operations of identity
1919
pub mod role;

openstack_sdk/src/api/identity/v3/domain/user.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
// WARNING: This file is automatically generated from OpenAPI schema using
1616
// `openstack-codegenerator`.
1717

18-
//! `/v4/federation/identity_providers/{idp_id}` REST operations of identity
18+
//! `/v4/federation/mappings/{id}` REST operations of identity
1919
pub mod role;

openstack_sdk/src/api/identity/v3/endpoint/os_endpoint_policy.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
// WARNING: This file is automatically generated from OpenAPI schema using
1616
// `openstack-codegenerator`.
1717

18-
//! `/v4/federation/identity_providers/{idp_id}` REST operations of identity
18+
//! `/v4/federation/mappings/{id}` REST operations of identity
1919
pub mod policy;

openstack_sdk/src/api/identity/v3/os_ep_filter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// WARNING: This file is automatically generated from OpenAPI schema using
1616
// `openstack-codegenerator`.
1717

18-
//! `/v4/federation/identity_providers/{idp_id}` REST operations of identity
18+
//! `/v4/federation/mappings/{id}` REST operations of identity
1919
pub mod endpoint;
2020
pub mod endpoint_group;
2121
pub mod project;

openstack_sdk/src/api/identity/v3/os_ep_filter/endpoint.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
// WARNING: This file is automatically generated from OpenAPI schema using
1616
// `openstack-codegenerator`.
1717

18-
//! `/v4/federation/identity_providers/{idp_id}` REST operations of identity
18+
//! `/v4/federation/mappings/{id}` REST operations of identity
1919
pub mod project;

openstack_sdk/src/api/identity/v3/os_ep_filter/project.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
// WARNING: This file is automatically generated from OpenAPI schema using
1616
// `openstack-codegenerator`.
1717

18-
//! `/v4/federation/identity_providers/{idp_id}` REST operations of identity
18+
//! `/v4/federation/mappings/{id}` REST operations of identity
1919
pub mod endpoint;
2020
pub mod endpoint_group;

0 commit comments

Comments
 (0)