Skip to content

Commit 9e10dc6

Browse files
nellykmatt-FFFFFF
andauthored
removing the env secret step from the README (#78)
* Update readme * docs: update header --------- Co-authored-by: Matt White <[email protected]>
1 parent e87913c commit 9e10dc6

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ Things to do:
1010
1. Create a user-assigned managed identity in your test subscription.
1111
1. Create a role assignment for the managed identity on your test subscription, use the minimum required role.
1212
1. Configure federated identity credentials on the user assigned managed identity. Use the GitHub environment.
13-
1. Create the following environment secrets on the `test` environment:
14-
1. AZURE\_CLIENT\_ID
15-
1. AZURE\_TENANT\_ID
16-
1. AZURE\_SUBSCRIPTION\_ID
1713
1. Search and update TODOs within the code and remove the TODO comments once complete.
1814

1915
Major version Zero (0.y.z) is for initial development. Anything MAY change at any time. A module SHOULD NOT be considered stable till at least it is major version one (1.0.0) or greater. Changes will always be via new versions being published and no changes will be made to existing published versions. For more details please go to <https://semver.org/>
@@ -283,4 +279,4 @@ No modules.
283279
## Data Collection
284280

285281
The software may collect information about you and your use of the software and send it to Microsoft. Microsoft may use this information to provide services and improve our products and services. You may turn off the telemetry as described in the repository. There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing appropriate notices to users of your applications together with a copy of Microsoft’s privacy statement. Our privacy statement is located at <https://go.microsoft.com/fwlink/?LinkID=824704>. You can learn more about data collection and use in the help documentation and our privacy statement. Your use of the software operates as your consent to these practices.
286-
<!-- END_TF_DOCS -->
282+
<!-- END_TF_DOCS -->

_header.md

-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ Things to do:
99
1. Create a user-assigned managed identity in your test subscription.
1010
1. Create a role assignment for the managed identity on your test subscription, use the minimum required role.
1111
1. Configure federated identity credentials on the user assigned managed identity. Use the GitHub environment.
12-
1. Create the following environment secrets on the `test` environment:
13-
1. AZURE_CLIENT_ID
14-
1. AZURE_TENANT_ID
15-
1. AZURE_SUBSCRIPTION_ID
1612
1. Search and update TODOs within the code and remove the TODO comments once complete.
1713

1814
> [!IMPORTANT]

0 commit comments

Comments
 (0)