Skip to content

Update submodules#2378

Merged
theunrepentantgeek merged 13 commits into
mainfrom
update/submodules
Jul 11, 2022
Merged

Update submodules#2378
theunrepentantgeek merged 13 commits into
mainfrom
update/submodules

Conversation

@theunrepentantgeek
Copy link
Copy Markdown
Member

@theunrepentantgeek theunrepentantgeek commented Jul 8, 2022

What this PR does / why we need it:

Updates our upstream submodules to a more recent version and modifies our configuration to match.

cdn
Breaking: Identity removed from cdn.Profile; according to PR#18187 it's not ready for GA and will return in a later preview API version.

containerinstance
Password is now correctly flagged with x-ms-secret and there are flow on effects, including type names and local variable changes.

costmanagement
We now find nothing when scanning the JSON schema; deferring further investigation until we're swagger only for our source data.

dbformysql
New optional properties DataEncryption and Identity added to FlexibleServer.

operationalinsights
Rename of property eTag to etag and documentation to match.

How does this PR make you feel:
gif

If applicable:

  • this PR contains documentation
  • this PR contains tests

Password is now correctly flagged with x-ms-secret and there are flow on effects, including type name and local variable changes.

Technically removing Password from ImageRegistryCredential_Status is breaking, but it would have always been empty anyway.
New optional properties DataEncryption and Identity added to FlexibleServer.
Breaking: Identity removed from cdn.Profile; according to PR#18187 it's not ready for GA and will return in a later preview API version.
Rename of `ETag` to `Etag` and documentation to match.
We now find nothing when scanning the JSON schema; deferring further investigation until we're swagger only for our source data.
@theunrepentantgeek theunrepentantgeek self-assigned this Jul 8, 2022
@theunrepentantgeek theunrepentantgeek added this to the v2.0.0-beta.2 milestone Jul 8, 2022
@theunrepentantgeek theunrepentantgeek enabled auto-merge (squash) July 8, 2022 02:34
@matthchr
Copy link
Copy Markdown
Member

matthchr commented Jul 8, 2022

Rename of ETag to Etag and documentation to match.

I think really (in the serialized payload) it's a rename from eTag to etag. Our users are primarily using YAML where they would've specified it as eTag (except it probably didn't work as it had the wrong casing). Nothing really for you to change here though other than possibly your note in the PR description

// Deprecated version of Identity. Use v1beta20210501.Identity instead
type Identity struct {
Type *IdentityType `json:"type,omitempty"`
UserAssignedIdentities map[string]v1.JSON `json:"userAssignedIdentities,omitempty"`
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.

I think this is readonyl and should be removed in our config.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Done.

@theunrepentantgeek theunrepentantgeek merged commit c7d89de into main Jul 11, 2022
@theunrepentantgeek theunrepentantgeek deleted the update/submodules branch July 11, 2022 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

3 participants