Hidenori "Hide" Matsuki
Hidenori "Hide" Matsuki
The document indicates the link https://raw.githubusercontent.com/Azure/application-gateway-kubernetes-ingress/ae695ef9bd05c8b708cedf6ff545595d0b7022dc/crds/AzureIngressProhibitedTarget.yaml . However, this YAML file was written for "apiVersion: apiextensions.k8s.io/v1beta1," and it was outdated. It seems the latest correct link is https://raw.githubusercontent.com/Azure/application-gateway-kubernetes-ingress/7b55ad194e7582c47589eb9e78615042e00babf3/crds/AzureIngressProhibitedTarget-v1-CRD-v1.yaml . ##...
### Type of Change - [ ] New feature - [ ] Bug fix - [ ] Documentation - [ ] Refactor - [x] Chore ### Resolves - Fixes #140...
This feature enable both following: https://github.com/aki017/slack-ruby-gem/blob/dev/examples/rtm.rb#L7-L11 ```ruby rtm = client.realtime rtm.on :message do |m| p m end rtm.start ``` and ```ruby client.realtime.on :message do |m| p m end client.realtime.start ```
feat(Cloud Storage): Enable uniform_bucket_level_access on Cloud Storage (GCS) static website sample
## Description Fixes # Note: If you are not associated with Google, open an issue for discussion before submitting a pull request. ## Checklist **Readiness** - [x] Yes, **merge** this...