The example was dropped in #527 because of conflicting features in the workspace. https://github.com/Azure/azure-sdk-for-rust/pull/527/commits/56c6057060547799ca26135b2c35ea6ec70f2489 This feature was needed/tried: ``` azure_mgmt_resources = { path = "../../", default-features = false, features = ["package-resources-2021-04"] } ``` because it not in the default: ``` default = ["package-policy-2021-06", "enable_reqwest"] ``` May be investigate using `no-default-version`.