Skip to content

Move container instance to resourcemanager#13475

Merged
ChenTanyi merged 7 commits into
Azure:feature/mgmt-engsys-convergencefrom
ChenTanyi:move-aci
Jul 24, 2020
Merged

Move container instance to resourcemanager#13475
ChenTanyi merged 7 commits into
Azure:feature/mgmt-engsys-convergencefrom
ChenTanyi:move-aci

Conversation

@ChenTanyi

Copy link
Copy Markdown
Contributor

No description provided.

@ChenTanyi ChenTanyi changed the title Move aci Move container instance to resourcemanager Jul 24, 2020
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.0.8</version> <!-- {x-version-update;com.azure:azure-identity;dependency} -->

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

azure-identity appears to be 1.0.9?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just copy from another pom, I think they could be update later with the script.

com.azure.resourcemanager:azure-resourcemanager-network;2.0.0-beta.3;2.0.0-beta.4
com.azure.resourcemanager:azure-resourcemanager-resources;2.0.0-beta.3;2.0.0-beta.4
com.azure.resourcemanager:azure-resourcemanager-sql;2.0.0-beta.3;2.0.0-beta.4
com.azure.resourcemanager:azure-resourcemanager-storage;2.0.0-beta.3;2.0.0-beta.4

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May need to double check with Jim on why previously both is beta.4.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think he just do a update, not check too much about the version.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

beta.3 wasn't released and there's nothing in the repository, as of yet, that uses the dependency version of any of these libraries. I initially set them both current and dependency to beta.4 since that was the next version after what you'd planned to release this week. Updating the dependency here, after the release of beta.3, is the correct course of action. Now, if anything starts to use the dependency version it'll use the released version.

@ChenTanyi
ChenTanyi merged commit 2c8b8aa into Azure:feature/mgmt-engsys-convergence Jul 24, 2020
@ChenTanyi
ChenTanyi deleted the move-aci branch July 24, 2020 07:24
ChenTanyi added a commit that referenced this pull request Aug 7, 2020
* Move azure-resourcemanager to sdk/resourcemanager (#13225)

* Move azure-resourcemanager library.

* Add entry to ci.yml

* Fix groupId.

* Move management packages.

* Remove module references from parent.

* Fix typo in pom.

* Tweak versions.

* Fix invalid version in POM.

* Fix dependency versions.

* Add empty changelogs.

* Add groupId and version tags.

* Centralize versioning for resource manager libraries (#13341)

* centralize versioning for resource manager libraries

* add missing tag to azure-resourcemanager-resources/pom.xml

* Set low min coverage and add RM libs to Jacoco

* Move container instance to resourcemanager (#13475)

* move container instance after merge

* update versioning for aci

* update resourcemanager dependency version

* add container instance in ci and pom

* update azure-resourcemanger dependency

* add changelog and readme

* update azure-identity version

* update revapi to suppress external API in resource manager (#13476)

* add code owner for resource manager (#13513)

* add code owner for resource manager

* remove code owner for management

* remove maven preperties for test base (#13514)

* Mgmt fix resources warning (#13512)

* remove deprecation and compiler args

* fix DAG node warning

* fix top level resource error

* suppress all uncheck cast from parent to children

* fix task group to array warning

* suppress heap pollution warning

* Revert "fix task group to array warning"

This reverts commit 0589215.

* Revert "fix top level resource error"

This reverts commit ae6a705.

* suppress rawtypes rather than change

* resourcemanager upgrade resouces to package-resources-2020-06 (#13560)

* add required scripts

* update api-specs.json

* upgrade resources

* generate package-resources-2020-06

* fix compile errors and add outoutResources/provisioningOperation

* update session records

* Fix warning (#13571)

* remove optional and resource plugin

* fix some rbac type warning

* suppress unchecked and rawtypes

* suppress compute warning

* fix app service warning

* fix cosmos warning

* fix aks warning

* fix monitor warning

* change msi handler to generic type rather than suppress rawtypes

* change ExpressRouteCircuitPeering to generic type

* Fix generic type warning (#13572)

* fix rbac return warning

* fix monitor warning

* resourcemanager upgrade network to package-2020-05 (#13591)

* upgrade network to package-2020-05

* generate package-2020-05

* fix checkstyle

* update session records

* update after running credcheck

* fix npe (#13590)

* resourcemanager support keyvault to list properties of disabled secrets (#13596)

* Fix resource manager test (#13642)

* change template type name

* remove compiler plugin

* fix record session

* exclude fluent and models in Jacoco, due to they are generated or interface

* format all pom

* decrease acr test coverage

* fix checkstyle

* fix dns test due to fail in mac many times (#13661)

* fix dns test due to fail in mac many times

* fix for-loop

* skip non management exception

* remove management exception count due to not stable (#13677)

* Mgmt Refine pom (#13776)

* change azure package name with management

* update javadoc

* remove azure-resourcemanager-parent

* update cred check script (#13806)

* Mgmt add samples package (#13770)

* move samples

* format pom

* update pom

* add banned dependency

* fix cosmos client

* remove authorityHost for DefaultAzureCredentialBuilder

* fix compile error

* fix sample warning

* catch request exception

* change resource group delete to begin delete

* update session records

* remove non ascii char

* override build resources in samples due to resources error

* remove account key

* remove resourcemanager_com.google.guava:guava

* fix storage pom

* fix checkstyle

* add java 11 override resource too

* remove jacoco exclude due to sample satisfy coverage

* update sample readme title, pacakge and version remain to azure

* add samples version in pom for CI

* update sample readme according to CI

* skipOutput get from configuration

* add variables in ci

* ship output by default

* test storage and cosmos ci

* Revert "test storage and cosmos ci"

This reverts commit fd4b281.

* add additional projects

* skip jacoco in samples

* exclude false positive spotbugs

* add storage additional module

* remove resourcemanager_org.apache.httpcomponents:httpclient version

* update dependency version

* update additional modules

* add module

* update version

Co-authored-by: Mitch Denny <midenn@microsoft.com>
Co-authored-by: James Suplizio <jasupliz@microsoft.com>
Co-authored-by: Chuang <54572251+xccc-msft@users.noreply.github.com>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants