-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Moving hdinsight(5), healthbot(1), healthcare(3) resources to v1beta1 version #305
Moving hdinsight(5), healthbot(1), healthcare(3) resources to v1beta1 version #305
Conversation
ca0da8e
to
86a3a70
Compare
/test-examples="examples/hdinsight/hadoopcluster.yaml" |
3 similar comments
/test-examples="examples/hdinsight/hadoopcluster.yaml" |
/test-examples="examples/hdinsight/hadoopcluster.yaml" |
/test-examples="examples/hdinsight/hadoopcluster.yaml" |
/test-examples="examples/hdinsight/hbasecluster.yaml" |
2 similar comments
/test-examples="examples/hdinsight/hbasecluster.yaml" |
/test-examples="examples/hdinsight/hbasecluster.yaml" |
/test-examples="examples/hdinsight/interactivequerycluster.yaml" |
1 similar comment
/test-examples="examples/hdinsight/interactivequerycluster.yaml" |
/test-examples="examples/hdinsight/kafkacluster.yaml" |
/test-examples="examples-generated/hdinsight/sparkcluster.yaml" |
5 similar comments
/test-examples="examples-generated/hdinsight/sparkcluster.yaml" |
/test-examples="examples-generated/hdinsight/sparkcluster.yaml" |
/test-examples="examples-generated/hdinsight/sparkcluster.yaml" |
/test-examples="examples-generated/hdinsight/sparkcluster.yaml" |
/test-examples="examples-generated/hdinsight/sparkcluster.yaml" |
/test-examples="examples-generated/healthbot/healthbot.yaml" |
/test-examples="examples/healthcareapis/healthcaredicomservice.yaml" |
/test-examples="examples/healthcareapis/healthcarefhirservice.yaml" |
1 similar comment
/test-examples="examples/healthcareapis/healthcarefhirservice.yaml" |
/test-examples="examples/healthcareapis/healthcareworkspace.yaml" |
/test-examples="examples-generated/hdinsight/sparkcluster.yaml" |
/test-examples="examples/hdinsight/sparkcluster.yaml" |
/test-examples="examples/healthbot/healthbot.yaml" |
/test-examples="examples/hdinsight/sparkcluster.yaml" |
86a3a70
to
e531ab1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @svscheg
set -aeuo pipefail | ||
|
||
# the HadoopCluster resource should be deleted before Container | ||
${KUBECTL} delete hadoopcluster.hdinsight.azure.upbound.io --all |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: using labels instead of --all
could be better.
see this as an example: /~https://github.com/upbound/provider-azure/blob/651e87e6e723bca55c8b1e0630b42825967b405e/examples/apimanagement/testhooks/delete-logger.sh#L7
#!/usr/bin/env bash | ||
set -aeuo pipefail | ||
|
||
# the HadoopCluster resource should be deleted before Container |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# the HadoopCluster resource should be deleted before Container | |
# the HadoopCluster resource should be deleted before Account |
Should this comment be updated because the hook is in the Account resource?
Also please check other comments in the other hooks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
e531ab1
to
d49c997
Compare
d49c997
to
81522c5
Compare
Description of your changes
Moving
hdinsight
5 resources to v1beta1 versionazurerm_hdinsight_hadoop_cluster
azurerm_hdinsight_hbase_cluster
azurerm_hdinsight_interactive_query_cluster
azurerm_hdinsight_kafka_cluster
azurerm_hdinsight_spark_cluster
Moving
healthbot
1 resources to v1beta1 versionazurerm_healthbot
Moving
healthcare
3 resources to v1beta1 versionazurerm_healthcare_dicom_service
azurerm_healthcare_fhir_service
azurerm_healthcare_workspace
Fixes #226
I have:
make reviewable test
to ensure this PR is ready for review.How has this code been tested
Manually
Uptests
Moving
hdinsight
5 resources to v1beta1 versionazurerm_hdinsight_hadoop_cluster
- /~https://github.com/upbound/provider-azure/actions/runs/4092695553azurerm_hdinsight_hbase_cluster
- /~https://github.com/upbound/provider-azure/actions/runs/4093467988azurerm_hdinsight_interactive_query_cluster
- /~https://github.com/upbound/provider-azure/actions/runs/4093774003azurerm_hdinsight_kafka_cluster
- /~https://github.com/upbound/provider-azure/actions/runs/4095699855azurerm_hdinsight_spark_cluster
- /~https://github.com/upbound/provider-azure/actions/runs/4098748315Moving
healthbot
1 resources to v1beta1 versionazurerm_healthbot
- /~https://github.com/upbound/provider-azure/actions/runs/4098694263Moving
healthcare
3 resources to v1beta1 versionazurerm_healthcare_dicom_service
- /~https://github.com/upbound/provider-azure/actions/runs/4097790125azurerm_healthcare_fhir_service
- /~https://github.com/upbound/provider-azure/actions/runs/4098060492azurerm_healthcare_workspace
- /~https://github.com/upbound/provider-azure/actions/runs/4098178165